flutter_cmoon_icons 0.1.0 copy "flutter_cmoon_icons: ^0.1.0" to clipboard
flutter_cmoon_icons: ^0.1.0 copied to clipboard

Flutter Icons package Insipred by Font Awesome package, his package contains more than 2000 icons

flutter_cmoon_icons 🥳 #

Untitled

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>

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"); }
     );
  }
}

Example #

Screenshot_20200830-144816

26
likes
40
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Icons package Insipred by Font Awesome package, his package contains more than 2000 icons

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_cmoon_icons