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