londonappbrewery / mi_card_flutter

Starter code for the Mi Card Project from the Complete Flutter Development Bootcamp
https://www.appbrewery.co
433 stars 1.13k forks source link

SOLVED: Dependancy issue with Dart 3 and higher #79

Open spicy-chicken-sandwatch opened 9 months ago

spicy-chicken-sandwatch commented 9 months ago

For those who are now starting this project, there are some changed you have to do to your YAML file for the dependencies to resolve.

change cupertino_icons to

cupertino_icons: ^1.0.6

and change sdk to

sdk: ">=2.12.0 <4.0.0"

make sure spacing is correct for each.

This updates the package manager to get the latest changes for Mi Card to work

abotelhofilho commented 4 months ago

thank you!!!

fk-753 commented 1 week ago

Thanks bro❤.