Skip to content

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

@graemep-nz

Description

@graemep-nz

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 {
final _formKey = GlobalKey(debugLabel: '_GuestBookState');
final _controller = TextEditingController();

Metadata

Metadata

Assignees

Labels

P3Issues that are less important to the Flutter projectp: firebaseFirebase pluginsteam-codelabsOwned by Codelabs teamtriaged-codelabsTriaged by Codelabs team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions