fireship-io / fireship.io

Build and ship your app faster https://fireship.io
3.51k stars 1.3k forks source link

courses/flutter-firebase/project-routing/ #854

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Routing

Configure named routes for each screen

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

gk6294 commented 2 years ago

missing a } at home.dart

black-fake commented 2 years ago

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

SinaParvaresh commented 1 year ago

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.

Fimbulg commented 1 year ago

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

I have the same :/