country_flags_pro 0.0.1
country_flags_pro: ^0.0.1 copied to clipboard
Flutter package project by Sanjarbek Fayzullayev
Authors #
Contributing #
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
country_flags_pro #
country_flags_pro
is a Flutter package that allows you to display country flags in SVG format. With this package, you can easily fetch and display flags based on country codes.
Features #
- Display flags based on country codes.
- Supports flags in SVG format.
- Easy integration and flexible sizing options.
Getting Started #
Prerequisites #
To use this package, first ensure that your Flutter environment is correctly set up. Then, add the following dependencies to your pubspec.yaml
file:
dependencies:
flutter:
sdk: flutter
flutter_svg: ^1.0.0
country_flags_pro:
copied to clipboard