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
11 stars 19 forks source link

Test widget #4

Closed EliaTolin closed 1 year ago

EliaTolin commented 1 year ago

Hi,

I would like insert this widget in my unit test.

How can I do?

For example, if I pass the parameter code "en" it show a blank flag, it is correct because "en" is language code not country but I use your widget for show the flag of the languages.

Thanks.

arturograu commented 1 year ago

Hi @EliaTolin !

Let me check what I can do.

Best regards!

arturograu commented 1 year ago

Hi @EliaTolin you should be able to generate flags by language code with the new version.

Regards!