flag 2.0.1 copy "flag: ^2.0.1" to clipboard
flag: ^2.0.1 copied to clipboard

outdated

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 #

fetch data :python file is fetch_data/main.py

Update time: 2020-04-21 23:22:58

Flag list #

List is un_members.txt

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)
136
likes
0
pub points
97%
popularity

Publisher

verified publishermaomishen.com

A flag Flutter package. Use for showing flags. All flags came from https://www.un.org/en/member-states/index.html .

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on flag