Skip to content

Issue resolving correct versions of dependencies. #226

@codekeyz

Description

@codekeyz

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions