Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ovenbits/flag_flutter

Repository files navigation

Logo

flag

Pub Version Bless

A flag Flutter package for Android / iOS / Web. Based by https://github.com/dnfield/flutter_svg .

Screenshot

Screenshot Screenshot

Svg sources

Thanks the great project flag-icons.

Flag list

ISO 3166-1-alpha-2 Flags

Note:

Organisations

  • eu European Union.

Disputed territories

  • hk Hong Kong. Special Administrative Region of China.
  • mo Macau. Special Administrative Region of China.
  • eh Western Sahara. Claimed by Morocco.
  • tw Taiwan. Claimed by China.

Undisputed territories which are non-UN state

  • va Vatican City. Govern by the Holy See.

How to use

Flag.fromCode(FlagsCode.COUNTRY_CODE, height: HEIGHT, width: WIDTH), Flag.fromString(COUNTRY_CODE, height: HEIGHT, width: WIDTH), Flags.fromCode([FlagsCode.GB, FlagsCode.US], height: 100, width: 100 * 4 / 3),

Such as

  • Flag.fromCode(FlagsCode.AD, height: 100, width: null)
  • Flag.fromString('AD', height: null, width: null)
  • Flag.fromString('AD', height: 10, width: 100, fit: BoxFit.fill)

About

flag icons

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 88.0%
  • HTML 5.2%
  • Objective-C 3.7%
  • Swift 1.9%
  • Other 1.2%

AltStyle によって変換されたページ (->オリジナル) /