flag 2.0.3
flag: ^2.0.3 copied to clipboard
A flag Flutter package. Use for showing flags. All flags came from https://www.un.org/en/member-states/index.html .
flag #
A flag Flutter package for Android and iOS.
ScreenShot #
[Screenshot]
svg source #
- Flag list came from UN members. UN Web Site
- Flag svg files came from wike. such as Antigua and Barbuda
fetch data :python file is fetch_data/main.py
Update time: 2020-04-21 23:22:58
Flag list #
List is un_members.txt
Organisations
eu
European Union. Modify by art-decor for European Union
How to use #
Flags.getFlag(country: COUNTRY_CODE, height: HEIGHT, width: WIDTH),
Such as
Flags.getFlag(country: 'AD', height: 100, width: null)
Flags.getFlag(country: 'AD', height: null, width: null)
Flags.getFlag(country: 'AD', height: 10, width: 100, fit: BoxFit.fill)
Bugs #
brazilian
(br) flag, you can see that the letters are still a bit abnormal.