funky_icons 1.0.0 copy "funky_icons: ^1.0.0" to clipboard
funky_icons: ^1.0.0 copied to clipboard

Sprinkle some flair into your Flutter apps with this funky icon pack!

Funky Icons #

Sprinkle some flair into your Flutter apps with this funky icon pack! #Flutter #FunkyIcons

🔧 Installation #

Add the following line to your pubspec.yaml file:

funky_icons:
  git:
    url: https://github.com/funkymonkeyai/funky-icons
    ref: main

Then run flutter pub get.

🛠️ Usage #

Import the package wherever you need to use it:

import 'package:funky_icons/funky_icons.dart';

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,
),

🔑 License #

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

3
likes
0
points
27
downloads

Publisher

verified publisherfunkymonkey.ai

Weekly Downloads

Sprinkle some flair into your Flutter apps with this funky icon pack!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on funky_icons