flag 3.2.1
flag: ^3.2.1 copied to clipboard
A flag Flutter package. Use for showing flags. All flags came from https://www.un.org/en/member-states/index.html .
[Logo]
flag #
A flag Flutter package for Android / iOS / Web. Mobile Based by https://github.com/dnfield/flutter_svg , Web Based by Image.network
Screenshot #
[Screenshot] [Screenshot]
Svg sources #
- Flag list came from UN members. UN Web Site
- A lot of flag svg files came from wikimedia, such as Antigua and Barbuda
- Some flag svg files came from Countryflags.
fetch data :python file is fetch_data/main.py
Update time: 2020-04-21 23:22:58
Marge from 2.0.X to 3 #
Replace Flags.getFlag(country: to Flag(. :)
Flag list #
Organisations
euEuropean Union. Modify by art-decor for European Union
Disputed territories
hkHong Kong. Special Administrative Region of China.moMacau. Special Administrative Region of China.ehWestern Sahara. Claimed by Morocco.twTaiwan. Claimed by China.
How to use #
Flag(COUNTRY_CODE, height: HEIGHT, width: WIDTH),
Such as
Flag('AD', height: 100, width: null)Flag('AD', height: null, width: null)Flag('AD', height: 10, width: 100, fit: BoxFit.fill)
Bugs #
brazilian(br) flag, you can see that the letters are still a bit abnormal.
Branch & version #
switch Flutter SDK channel Flutter-build-release-channels
flutter channel
flutter channel <channel-name>
develop--> developstable--> verison X.Y.Z (using lateststablechannel Flutter SDK)
Channel stable, 1.22.5
master--> verison X.Y.Z-pre (using latestbatechannel Flutter SDK)
Channel beta, 1.20.0-7.3.pre