flutter icon indicating copy to clipboard operation
flutter copied to clipboard

firebase-get-to-know-flutter/step_06 needs to dispose pf the textEditingController

Open graemep-nz opened this issue 3 years ago • 6 comments

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();

graemep-nz avatar Nov 19 '22 10:11 graemep-nz

PTAL @ericwindmill

domesticmouse avatar Mar 02 '23 01:03 domesticmouse

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!

flutter-triage-bot[bot] avatar Feb 14 '24 17:02 flutter-triage-bot[bot]

PTAL @ericwindmill

domesticmouse avatar Feb 19 '24 22:02 domesticmouse

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!

flutter-triage-bot[bot] avatar Jun 24 '24 23:06 flutter-triage-bot[bot]

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!

flutter-triage-bot[bot] avatar Oct 29 '24 16:10 flutter-triage-bot[bot]

PTAL @ericwindmill

domesticmouse avatar Oct 29 '24 22:10 domesticmouse

Fixed by https://github.com/flutter/codelabs/pull/2256

ericwindmill avatar Nov 05 '24 15:11 ericwindmill

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.

github-actions[bot] avatar Nov 19 '24 23:11 github-actions[bot]