circle_flags 5.0.0 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