anuranBarman / 2048

Famous 2048 Game in Flutter
339 stars 86 forks source link

there is probelm on getting packages while using flutter 1.0.0 #2

Open 1980744819 opened 5 years ago

1980744819 commented 5 years ago

Because flutter_launcher_icons >=0.4.0 <0.6.1 depends on dart_config >=0.3.0+1 which requires SDK version <2.0.0, flutter_launcher_icons >=0.4.0 <0.6.1 is forbidden. So, because two_zero_four_eight depends on flutter_launcher_icons ^0.5.2, version solving failed.

anuranBarman commented 5 years ago

flutter_launcher_icons is just for automatic adding of launcher icons on both platform. You can just remove the part in yaml file and manually add those in respective platform.

EmmanuelMess commented 5 years ago

Or updated flutter_launcher_icons to ^0.7.0.