nisrulz / flutter-examples

[Examples] Simple basic isolated apps, for budding flutter devs.
https://nisrulz.com/flutter-examples/
Apache License 2.0
6.86k stars 1.65k forks source link

Updated main.dart file #107

Closed deenamanick closed 1 year ago

deenamanick commented 2 years ago

Performing hot restart... Syncing files to device Android SDK built for x86... lib/main.dart:25:17: Error: Field 'controller' should be initialized because its type 'TabController' doesn't allow null.

We are getting this error when we are running the program. This error can be fixed by introducing "late" variable in front of Tabcontroller Class.