countries_flag_flutter 1.0.1 copy "countries_flag_flutter: ^1.0.1" to clipboard
countries_flag_flutter: ^1.0.1 copied to clipboard

Embed 250+ flags in your dream project using just one line of coding.

Why Country Flag? #

A Flutter package that facilitates the integration of SVG images of national flags into your project. With the Countries Flag package, you have access to a comprehensive collection of over 250 flags, streamlining the process of incorporating any country's flag into your work seamlessly.

💻 Usage #

To use this library in your code:

  • add a dependency in your pubspec.yaml :

    dependencies:
      countries_flag_flutter:
    

Display a flag of a country:


CountryFlags(
FlagsName.african,
width: 150,
height: 150,
fit: BoxFit.cover,
alignment: Alignment.center,
),

Copyright © 2022 AdiiDeveloper.

0
likes
120
pub points
12%
popularity

Publisher

verified publisheraddideveloper.blogspot.com

Embed 250+ flags in your dream project using just one line of coding.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on countries_flag_flutter