arturograu / country_flags

Easy to use library that allows you to render SVG flags of countries and languages
https://pub.dev/packages/country_flags
MIT License
9 stars 18 forks source link

Remove dependency on flutter_svg #10

Closed bgoncharuck closed 1 year ago

bgoncharuck commented 1 year ago

You can easily draw all svg files using CustomPainter and do not depend on flutter_svg. I probably do it myself in 2-3 month when I'll have free time.

arturograu commented 1 year ago

Hi @bgoncharuck would be a great improvement!