funky_flags 1.0.3 copy "funky_flags: ^1.0.3" to clipboard
funky_flags: ^1.0.3 copied to clipboard

Add some funky flair to your Flutter apps with this delightful flag icon pack!

Funky Flags #

Add some funky flair to your Flutter apps with this delightful flag icon pack! #Flutter #FunkyFlag

🔧 Installation #

Run the following to install the dependency:

flutter pub add funky_flags

🛠️ Usage #

Import the package wherever you need to use it:

import 'package:funky_flags/funky_flags.dart';

You can then use the FunkyFlag widget to display flag icons in your Flutter app:

FunkyFlag(
  FunkyFlags.AC,
  shape: FunkyFlagShapes.square,
  fit: BoxFit.contain,
  width: 100,
  height: 100,
),

🔑 License #

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

3
likes
150
points
27
downloads

Publisher

verified publisherfunkymonkey.ai

Weekly Downloads

Add some funky flair to your Flutter apps with this delightful flag icon pack!

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on funky_flags