fireship.io icon indicating copy to clipboard operation
fireship.io copied to clipboard

courses/flutter-firebase/project-routing/

Open utterances-bot opened this issue 2 years ago • 4 comments

Routing

Configure named routes for each screen

https://fireship.io/courses/flutter-firebase/project-firebase-setup/

utterances-bot avatar Jul 17 '22 03:07 utterances-bot

missing a } at home.dart

gk6294 avatar Jul 17 '22 03:07 gk6294

I get a "Null check operator used on a Null value" error and cannnot resolve it.

black-fake avatar Jul 25 '22 10:07 black-fake

If you are getting error such as "Failed assertion: line 345 pos 10: 'home == null || !routes.containsKey(Navigator.defaultRouteName)'"

Go into your main.dart file, and remove the line: home: const MyHomePage(title: 'Flutter Demo Home Page'),

Shift + r to restart your app.

SinaParvaresh avatar Sep 08 '22 22:09 SinaParvaresh

I get a "Null check operator used on a Null value" error and cannnot resolve it.

I have the same :/

Fimbulg avatar Sep 19 '22 22:09 Fimbulg