rrousselGit / provider

InheritedWidgets, but simple
https://pub.dev/packages/provider
MIT License
5.12k stars 512 forks source link

Build fails on beta channel #448

Closed prasadsunny1 closed 4 years ago

prasadsunny1 commented 4 years ago

This is what happened when I ran a workflow with codemagic. `== Initializing code signing for Android ==

== Install Flutter dependencies ==

/usr/local/bin/flutter packages pub get Resolving dependencies... The current Flutter SDK version is 1.17.0-3.4.pre.

Because provider 4.1.1 requires Flutter SDK version >=1.17.0 and no versions of provider match >4.1.1 <5.0.0, provider ^4.1.1 is forbidden. So, because banksia depends on provider ^4.1.1, version solving failed. pub finished with exit code 1

Build failed :| Failed to install dependencies`

prasadsunny1 commented 4 years ago

Screenshot from 2020-05-12 12-09-33

arnoutvandervorst commented 4 years ago

Same for me on beta channel, reversed to flutter stable for now...

rrousselGit commented 4 years ago

You can upgrade to stable

atoka93 commented 4 years ago

Not if you're developing for web 🤔

rrousselGit commented 4 years ago

I see. I'll loosen the constraint in a second

atoka93 commented 4 years ago

Thank you! 😃