Skip to content

Inspired by Font awesome Icons package. This package contains more than 2000 icons. The amazing thing about this icon is that it comes with its own default Colors but you can change them to your own choice.No need to bother yourself searching for social media icons' colors.

License

rexthecoder/flutter_cMoon_icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 icons 😬 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

About

Inspired by Font awesome Icons package. This package contains more than 2000 icons. The amazing thing about this icon is that it comes with its own default Colors but you can change them to your own choice.No need to bother yourself searching for social media icons' colors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages