Fancy Flags
This is a fancy package for Flutter that allows you to use PNG flags in your app. Every flag size is 64x48
pixels.
Getting Started
Add dependency to your pubspec.yaml
file.
dependencies:
fancy_flags: ^1.0.2
Usage
Use Image.asset
or any widget that supports package
parameter.
Image.asset('assets/png/tr.png', package: 'fancy_flags');
Image.asset('assets/png/de.png', package: 'fancy_flags');
Image.asset('assets/png/fr.png', package: 'fancy_flags');
Authors
Credits
Huge thanks to lipis for creating this awesome flag-icons repository.
Libraries
- fancy_flags
- This is a fancy package for Flutter that allows you to use PNG flags in your app.