You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running "flutter packages get" in test_app...
Package build_runner has no versions that match >=0.8.0 <0.9.0 derived from:
- test_app depends on version ^0.8.0
pub get failed (1)
Process finished with exit code 1
Not sure why pub throws such error when the package is actually available.
The text was updated successfully, but these errors were encountered:
hemanthrajv
changed the title
"flutter packages get" trows no versions available but actually the version exists
"flutter packages get" throws no versions available but actually the version exists
Mar 26, 2018
How to reproduce?
Clone flutter repo with master branch as active branch.
edit pubspec.yaml:
then run
flutter packages get
Error:
But the version
0.8.0
exists.Not sure why pub throws such error when the package is actually available.
The text was updated successfully, but these errors were encountered: