This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
Replies: 3 comments
-
You're creating two instances of |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had a similar issue when my main was like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You should be able to call void main() {
// turn off the # in the URLs on the web
GoRouter.setUrlPathStrategy(UrlPathStrategy.path);
runApp(App());
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using this with Riverpod so I do in void main:
Then MyApp is like:
Where am I setting it twice?
Beta Was this translation helpful? Give feedback.
All reactions