sterrenb / flutterhole

A third party Android application for the Pi-Hole® dashboard.
https://play.google.com/store/apps/details?id=sterrenburg.github.flutterhole
MIT License
401 stars 27 forks source link

flutter pub get fails to resolve dependencies #151

Open MihaiBalint opened 3 years ago

MihaiBalint commented 3 years ago

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 commented 3 years ago

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.