funky_flags 1.0.0 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.