v5.0.1circle_flags
一组圆形旗帜
40喜欢 4.5万近 30 天下载130Pub 分数
AndroidiOSWebmacOSWindowsLinux
圆形旗帜用于 Flutter
{"sdk":"flutter"}^2.0.9^2.4.8^2.0.3{"sdk":"flutter"}^3.0.3any以下为英文项目原文快照,最新内容请访问 GitHub。
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