edsonbonfim / form

A simple and powerful way to manipulate flutter forms. :rocket::zap:
https://edsonbonfim.github.io/form
MIT License
11 stars 4 forks source link

A TextEditingController was used after being disposed. #4

Open allanwolski opened 4 years ago

allanwolski commented 4 years ago

The controller is being disposed when the Input is no longer visible. The problem happens when using the Input in a ListView for example.

Please remove _controller.dispose(); Looking at text_form_field.dart this is not necessary.