Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

flutter pub get fails to resolve dependencies #151

Open
MihaiBalint opened this issue May 29, 2021 · 1 comment
Open

flutter pub get fails to resolve dependencies #151

MihaiBalint opened this issue May 29, 2021 · 1 comment

Comments

@MihaiBalint
Copy link

Describe the bug
Is this project abandoned? The most recent version from github fails to install dependencies.

/Users/mihai/SDKs/flutter/bin/flutter --no-color pub get
Running "flutter pub get" in flutterhole...                     

Because build_runner 1.10.1 depends on crypto >=0.9.2 <3.0.0 and every version of flutter_driver from sdk depends on crypto 3.0.1, build_runner 1.10.1 is incompatible with flutter_driver from sdk.
So, because flutterhole depends on both flutter_driver any from sdk and build_runner 1.10.1, version solving failed.
pub get failed (1; So, because flutterhole depends on both flutter_driver any from sdk and build_runner 1.10.1, version solving failed.)
Process finished with exit code 1
@sterrenb
Copy link
Owner

Hi, sorry to hear it! I haven't built the app since Dart introduced null safety, so the dependencies are quite outdated.

I have been working on a separate versions with sdk >=2.12.0 <3.0.0, but it is not quite complete. You can build it from this new v6 branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants