Open allanwolski opened 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.
_controller.dispose();
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.