fancy_flags 1.0.0 copy "fancy_flags: ^1.0.0" to clipboard
fancy_flags: ^1.0.0 copied to clipboard

This is a fancy package for Flutter that allows you to use PNG flags in your app.

Fancy Dio Inspector #

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.0

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.

2
likes
0
pub points
46%
popularity

Publisher

verified publishergokhancavus.com

This is a fancy package for Flutter that allows you to use PNG flags in your app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fancy_flags