funky_icons

Last updated:

0 purchases

funky_icons Image
funky_icons Images
Add to Cart

Description:

funky icons

Funky Icons #
Sprinkle some flair into your Flutter apps with this funky icon pack! #Flutter #FunkyIcons
🔧 Installation #
Run the following to install the dependency:
flutter pub add funky_icons
copied to clipboard
Then run flutter pub get.
🛠️ Usage #
Import the package wherever you need to use it:
import 'package:funky_icons/funky_icons.dart';
copied to clipboard
You can then use the FunkyIcon widget to display icons in your Flutter app:
FunkyIcon(
FunkyIcons.home01,
style: FunkyIconStyle.outline,
color: Colors.red,
width: 100,
height: 100,
),
copied to clipboard
🔑 License #
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.