v5.0.1circle_flags
Uma coleção de bandeiras redondas
40Curtidas 45 milDownloads em 30 dias130Pontos Pub
AndroidiOSWebmacOSWindowsLinux
Bandeiras circulares para Flutter
{"sdk":"flutter"}^2.0.9^2.4.8^2.0.3{"sdk":"flutter"}^3.0.3anyTexto original em inglês. Visite o GitHub para a versão atual.
A collection of circular country flags.
to view all flags https://hatscripts.github.io/circle-flags/gallery
https://hatscripts.github.io/circle-flags/flags/br.svg https://hatscripts.github.io/circle-flags/flags/cn.svg https://hatscripts.github.io/circle-flags/flags/gb.svg https://hatscripts.github.io/circle-flags/flags/id.svg https://hatscripts.github.io/circle-flags/flags/in.svg https://hatscripts.github.io/circle-flags/flags/ng.svg https://hatscripts.github.io/circle-flags/flags/ru.svg https://hatscripts.github.io/circle-flags/flags/us.svg
// 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: https://github.com/cedvdb/phone_form_field/issues/222
see CONTRIBUTING.md
For generating the flag.dart just run
dart run tools/generate_flag.dart