celest icon indicating copy to clipboard operation
celest copied to clipboard

Issue resolving correct versions of dependencies.

Open codekeyz opened this issue 1 year ago • 1 comments

I'm having issues with versions. Just created a new project with celest init.

 ~/Projects/OpenSource/hello  dart pub get                                                                   1 err | took 7s | 3.24.3 flutter 
Resolving dependencies... 
Because celest_backend depends on celest_core >=0.3.0-dev.1 which requires the Flutter SDK, version solving failed.

Flutter users should use `flutter pub` instead of `dart pub`.


You can try the following suggestion to make the pubspec resolve:
* Try updating the following constraints: dart pub add celest:^0.2.0 celest_core:^0.2.1 dev:lints:^4.0.0 meta:^1.15.0 dev:test:^1.25.8

I've tried a couple of flutter versions, but doesn't seem to resolve. Any ideas?

codekeyz avatar Oct 16 '24 23:10 codekeyz

Hey @codekeyz it looks like you're on a old version. Can you try re-downloading from here and creating a new project? https://celest.dev/docs/download

dnys1 avatar Oct 17 '24 00:10 dnys1