-
Notifications
You must be signed in to change notification settings - Fork 194
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
Pub Get fails because of floor_generator's build_runner 1.6.3 dependency #523
Comments
I wiped |
OK, I see that 2a76267 is only 4 days old and not released. How could I reference the current git repo version in my pubspec? If I try:
That works. However
Does not, because |
referencing git commits only works by cloning the repo locally, e.g. with git submodules. Sadly, pub can't handle relative references over git remotes(see dart-lang/pub#2447) and the alternative (using a git url for the |
Just a closing note: if someone gets to the point in desperation to wipe the |
I don't know where's the 1.6.3 coming from. As far as I see in the source repo the
floor_generator
depends onbuild: ^2.0.0
.Flutter doctor:
My pubspec.yaml:
The text was updated successfully, but these errors were encountered: