FLUTTER ECOSYSTEM

cedvdb/flutter_circle_flags

फ्लटर के लिए गोलाकार झंडे

flutter_circle_flags प्रोजेक्ट कवर
Stars
12
Forks
47
अंतिम पुश (UTC)
6 अक्टू॰ 2025
प्रोजेक्ट स्थिति
सक्रिय
cedvdb GitHub avatar
GITHUB User

cedvdb ↗

Developer by day and developer by night. I'm passionate about architecture. Designing code bases that reflect the business domain I'm working on.

भाषाएँC++DartCMakeHTMLSwiftCKotlinObjective-C

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 7 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_svg^2.0.9
  • build_runnerडेवलपमेंट^2.4.8
  • flutter_lintsडेवलपमेंट^2.0.3
  • flutter_testडेवलपमेंट{"sdk":"flutter"}
  • dart_countriesडेवलपमेंट^3.0.3
  • phone_numbers_parserडेवलपमेंटany

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

circle_flags

A collection of circular country flags.

Demo

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

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

For generating the flag.dart just run

    dart run tools/generate_flag.dart