-
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
Snapshot dependencies don't work #288
Comments
I have the same problem. Even if you cannot fix this bug now, could you create a new release of the library? |
I've, for now, removed the snapshot version instructions from the README until we figure something out. #301 |
As talked about in #298 I will be closing this issue since pub simply does not support snapshots as we need them and it doesn't seem to be happening anytime soon:
As mentioned, alternatives are releasing often and cloning the project locally or per git submodules (which can then be checked out into a version system themselves) |
If I try to depend on floor like its written in the Snapshot section in the readme, it will throw the following error:
Sadly, this does not seem to work, as others have already discovered:
https://stackoverflow.com/questions/54555612/how-to-organise-multi-package-flutter-project-and-use-it-as-dependency
It seems to be covered in this issue: dart-lang/pub#449
Personally, I'll probably work around this by using git submodules in my project.
The text was updated successfully, but these errors were encountered: