Last updated:
0 purchases
funky flags
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
copied to clipboard
🛠️ Usage #
Import the package wherever you need to use it:
import 'package:funky_flags/funky_flags.dart';
copied to clipboard
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,
),
copied to clipboard
🔑 License #
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.