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']);
This package uses flags from https://github.com/HatScripts/circle-flags
If a change is required to one of the flag the issue should be opened in that repository.