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 and License
Copyright © 2022 AdiiDeveloper.