country_flags 4.1.0
country_flags: ^4.1.0 copied to clipboard
A Flutter package to show a flag icon from a ISO country code.
4.1.0 #
- fix: added 'cn' as a base flag for Chinese
- feat: generate flags from a phone number prefix
- feat: add
copyWithmethods to relevant classes
4.0.1 #
- fix: add the two missing stripes to the Malaysian flag
4.0.0 #
- feat: add emoji flags style
BREAKING CHANGES:
- feat: created
FlagThemeclass to encapsulate theming
3.3.0 #
- feat: add support for currency codes
3.2.0 #
- feat: change Syrian flag
3.1.0 #
- fix: added all missing translations from language-code to country code
- feat: add support for three-letter country codes
3.0.0 #
- feat: add two new shapes: Circle and RoundedRectangle
- fix: add missing kosovo country code
- fix: add missing Portuguese language code
- fix: add GB-SCT, GB-WLS, GB-ENG, GB-NIR subdivisions
- fix: Czech Republic language code
BREAKING CHANGES:
- refactor: remove borderRadius property, use shape property now
2.2.0 #
- feat: add Swedish language code
2.1.1 #
- fix: add missing language codes cs, tr and sk
2.1.0 #
- perf: switch to jovial_svg for faster rendering
- feat: upgrade to support Dart ^3.0.0
- refactor: remove unused intl library
- refactor: upgrade collection, very_good_analysis
2.0.0 #
- Add the ability to create flags from a language code
1.1.1 #
- Fix Bolivian flag
1.1.0 #
- Upgrade flutter_svg dependency
1.0.0 #
- First release