londonappbrewery / mi_card_flutter

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

SOLVED: Dependancy issue with Dart 3 and higher #79

Open spicy-chicken-sandwatch opened 7 months ago

spicy-chicken-sandwatch commented 7 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 1 month ago

thank you!!!