firebase-get-to-know-flutter/step_06 needs to dispose pf the textEditingController
In this codelab, there needs to be a call to dispose of the textEditingController https://firebase.google.com/codelabs/firebase-get-to-know-flutter#6
https://github.com/flutter/codelabs/blob/main/firebase-get-to-know-flutter/step_06/lib/main.dart
class _GuestBookState extends State<GuestBook> { final _formKey = GlobalKey<FormState>(debugLabel: '_GuestBookState'); final _controller = TextEditingController();
PTAL @ericwindmill
This issue is assigned to @ericwindmill but has had no recent status updates. Please consider unassigning this issue if it is not going to be addressed in the near future. This allows people to have a clearer picture of what work is actually planned. Thanks!
PTAL @ericwindmill
This issue is assigned to @ericwindmill but has had no recent status updates. Please consider unassigning this issue if it is not going to be addressed in the near future. This allows people to have a clearer picture of what work is actually planned. Thanks!
This issue is assigned to @ericwindmill but has had no recent status updates. Please consider unassigning this issue if it is not going to be addressed in the near future. This allows people to have a clearer picture of what work is actually planned. Thanks!
PTAL @ericwindmill
Fixed by https://github.com/flutter/codelabs/pull/2256
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.