This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular's Reactive Forms
471
stars
90
forks
source link
`ReactiveTextField` doesn't dispose the `TextEditingController` #445
Closed
remonke closed 8 months ago
ReactiveTextField
internally initializes aTextEditingController
. However, it doesn't get disposed, which causes memory leaks.Here's the relevant code from reactive_text_field.dart