LunaGao / flag_flutter

flag icons
https://pub.dev/packages/flag
BSD 2-Clause "Simplified" License
63 stars 60 forks source link

Conflict with new version of flutter_svg #25

Closed alr2413 closed 4 years ago

alr2413 commented 4 years ago

Hi, Thanks for providing this package, here is my issue with the latest version of flutter:

"Because flag 3.0.1 depends on flutter_svg ^0.17.4 and no versions of flag match >3.0.1 <4.0.0, flag ^3.0.1 requires flutter_svg ^0.17.4."

dluksza commented 4 years ago

This also prevents from using this library with flutter 1.20.0-7.2.pre

LunaGao commented 4 years ago

Latest version of flutter_svg (0.18.0) is not using the stable channel of Flutter SDK.

LunaGao commented 4 years ago

Fixed in 3.0.2-pre release.