Skip to content

presence-app/flutter_circle_flags

 
 

Repository files navigation

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']);

Issues & Contributing

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.

Releases

No releases published

Packages

No packages published

Languages

  • Dart 34.1%
  • C++ 32.2%
  • CMake 26.4%
  • HTML 2.6%
  • Swift 2.4%
  • C 2.0%
  • Other 0.3%