circle_flags 5.0.0 copy "circle_flags: ^5.0.0" to clipboard
circle_flags: ^5.0.0 copied to clipboard

A collection of roundd flags

circle_flags #

A collection of circular country flags.

Demo #

to view all flags https://hatscripts.github.io/circle-flags/gallery

Usage #


// use a valid country code
CircleFlag('us');
CircleFlag('fr');
CircleFlag(Flags.US);

Preloading #

You might want to preload images for a smoother list scrolling experience:

CircleFlag.preload(['fr', 'us']);

Overwriting or adding custom flags #

Some users have expressed their need to change some flags due to political reasons, or stylistic reasons. You might also wish to add your own flags. To do so refer to this issue: https://github.com/cedvdb/phone_form_field/issues/222

Contributing & issues #

see CONTRIBUTING.md

36
likes
120
pub points
94%
popularity

Publisher

unverified uploader

A collection of roundd flags

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on circle_flags