Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Error: 'Router' is imported #220

Closed
wants to merge 3 commits into from
Closed

Conversation

gladson
Copy link

@gladson gladson commented Aug 14, 2020

Versão do Flutter e Dart

Flutter 1.21.0-9.0.pre • channel dev • https://github.com/flutter/flutter.git
Framework • revision 7c6f9dd239 (5 days ago) • 2020-08-09 10:31:03 -0400
Engine • revision 6d86e67f04
Tools • Dart 2.10.0 (build 2.10.0-4.0.dev 0341576448)

Fixes #218

@i5o
Copy link

i5o commented Aug 20, 2020

I've manually applied the changes on my
~/.pub-cache/hosted/pub.dartlang.org/flutter_modular-1.3.2/

and I can confirm this work, and is a must merge fix, otherwise flutter run -d web doesn't work

@i5o
Copy link

i5o commented Aug 20, 2020

Temporary fix to use this repo is, add this to pubspec.yaml:

  flutter_modular:
    git:
      url: git://github.com/gladson/modular.git
      path: flutter_modular

then

rm -rf ~/.pub-cache/hosted/pub.dartlang.org/flutter_modular-1.3.2/
flutter pub get

@jacobaraujo7
Copy link
Contributor

i have accepted pull #223
Anyway, thank you for pull. I glad for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: 'Router' is imported
3 participants