zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 908 forks source link

Not Pub get Project #72

Closed bhargavsavasani closed 3 years ago

bhargavsavasani commented 3 years ago

Hello

Download your project but when pub get Getting this Error

The current Dart SDK version is 2.9.2.

Because boilerplate depends on build_runner >=1.10.2 which requires SDK version >=2.10.0-0.0 <3.0.0, version solving failed. pub get failed (1; Because boilerplate depends on build_runner >=1.10.2 which requires SDK version >=2.10.0-0.0 <3.0.0, version solving failed.)

cwxorochi commented 3 years ago

@BhargavSavasani I encountered the same problem, then I came across some article, and found out that flutter beta version may compatible with this project, https://flutter.dev/docs/development/tools/sdk/upgrading#switching-flutter-channels

menglingyu commented 3 years ago

i also get this error

menglingyu commented 3 years ago

image

overrides analyzer it's work

zubairehman commented 3 years ago

please get latest and try again, do let me know if you are still facing the same issue.