FilledStacks / flutter-tutorials

The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
MIT License
4.75k stars 1.76k forks source link

034 Flutter Web Template.... pop issue #39

Closed vinceyoumans closed 4 years ago

vinceyoumans commented 4 years ago

Anychance someone could look at tis issue...

Dane Mackier

https://stackoverflow.com/questions/60152366/flutter-web-layout-templates-pop-returning-void-but-expects-bool

I am trying to follow along on the 3rd video of the tutorial

FilledStacks commented 4 years ago

Remove the type from the function and make it void and remove the return

void pop() {
 _navigatorKey.currentState.pop();
}