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