funky_flags 1.0.0 copy "funky_flags: ^1.0.0" to clipboard
funky_flags: ^1.0.0 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 #

Add the following line to your pubspec.yaml file:

funky_flags:
  git:
    url: https://github.com/funkymonkeyai/funky-flags
    ref: main

Then run flutter pub get.

🛠️ 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
0
points
31
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

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on funky_flags