flutter_flags 0.0.5 copy "flutter_flags: ^0.0.5" to clipboard
flutter_flags: ^0.0.5 copied to clipboard

discontinued

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

Flutter flags #

Pub Version Bless

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

svg source #

Flag list #

Flag List

Organisations

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 --> develop
  • stable --> verison X.Y.Z (using latest stable channel Flutter SDK)
Channel stable, 1.22.2
  • master --> verison X.Y.Z-pre (using latest bate channel Flutter SDK)
Channel beta, 1.20.0-7.3.pre
0
likes
30
pub points
42%
popularity

Publisher

verified publisherbongthorn.tech

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

BSD-2-Clause (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on flutter_flags