duytq94 / flutter-chat-demo

The chat app made by Flutter and Firebase
MIT License
1.76k stars 676 forks source link

Remove logic from `createState`. #67

Closed asashour closed 2 years ago

asashour commented 2 years ago

Use widget. fields, instead of copying them to the State.

The error was detected by:

image

duytq94 commented 2 years ago

Thanks @asashour I just define arguments for this page to make clearer https://github.com/duytq94/flutter-chat-demo/commit/a12c19fc62ea6b7e0cf49ed6ba955e1d077e3e16

asashour commented 2 years ago

OK, thanks