simolus3 / zap

Zap is a fast web framework built on Dart
https://simonbinder.eu/zap/
MIT License
233 stars 12 forks source link

Version solving failed #13

Closed aadarshadhakalg closed 2 years ago

aadarshadhakalg commented 2 years ago

Output of dart pub get on starter project

Resolving dependencies...
Because portfolio depends on riverpod_zap ^0.1.0 which depends on zap_dev ^0.1.0, zap_dev from hosted on https://simonbinder.eu is required.
So, because portfolio depends on zap_dev from hosted on https://pub.dartlang.org, version solving failed.
exit code 1
simolus3 commented 2 years ago

Thanks for the report! I've just fixed this, can you try running dart pub get again and see if it works?