world_flags 2.2.0 copy "world_flags: ^2.2.0" to clipboard
world_flags: ^2.2.0 copied to clipboard

Country flags made with Flutter - every flag is a Widget, without any assets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add world_flags
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  world_flags: ^2.2.0
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:world_flags/world_flags.dart';
copied to clipboard
11
likes
160
points
911
downloads
screenshot

Publisher

verified publishertsin.is

Weekly Downloads

2024.09.26 - 2025.04.10

Country flags made with Flutter - every flag is a Widget, without any assets.

Repository (GitHub)
View/report issues

Topics

#flags #flag #country-flags #country-flag #coat-of-arms

Documentation

API reference

License

MIT (license)

Dependencies

flutter, sealed_countries

More

Packages that depend on world_flags