flutter_cmoon_icons

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

flutter cmoon icons

flutter_cmoon_icons 🥳 #

Insipred by Font awesome Icons package🤗. This package contains more than 2000 icons🥰.
The amazing thing about this icons is that, it comes with it own default Colors🙌🏽 but you can change it to your own choice🤩.No need to bother yourself searching for social media icon 😬 colors.
Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
dependencies:
flutter_cmoon_icons: <latest_version>
copied to clipboard
Usage #
import 'package:flutter_cmoon_icons/flutter_cmoon_icons.dart';
class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return IconButton(
// Use the CIcon Widget + IconMoon class for the IconData
icon: CIcon(IconMoon.icon_whatsapp1,),
onPressed: () { print("Pressed"); }
);
}
}
copied to clipboard
Example #

License

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

Files:

Customer Reviews

There are no reviews.