A collection of circular country flags.
to view all flags https://hatscripts.github.io/circle-flags/gallery
// use a valid country code
CircleFlag('us');
CircleFlag('fr');
CircleFlag(Flags.US);You might want to preload images for a smoother list scrolling experience:
CircleFlag.preload(['fr', 'us']);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: cedvdb/phone_form_field#222
see CONTRIBUTING.md
For generating the flag.dart just run
dart run tools/generate_flag.dart