Replies: 4 comments 2 replies
-
Looks like you have a newer go_router version than specified in the |
Beta Was this translation helpful? Give feedback.
-
I cloned into a new folder and tried again. Made the same change in pubspec.yaml: material_color_utilities: '>=0.1.5 <= 0.2.0' to get around this pub get fail:
then after 'flutter pub run build_runner build' I have 131 issues, these are the errors:
Thanks |
Beta Was this translation helpful? Give feedback.
-
Looks like 'flutter pub get' is uprading go_router to version 4.1.5 in the lock file. |
Beta Was this translation helpful? Give feedback.
-
Removing ^ from go_router: ^4.0.0 has fixed that issue. Just this error remaining:
Cheers |
Beta Was this translation helpful? Give feedback.
-
Sorry for the noob question, but how exactly do I get this file?
import 'package:go_router/src/go_route_match.dart'
It's nowhere to be found in any subfolders in %LocalAppData%\Pub\Cache\hosted\pub.dev\go_router-4.5.1, or in other versions of go_router that I've checked.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions