Skip to content

warriorCoder/community_material_icon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

community_material_icon

A community material design icon as set of Flutter Icons

Installation

In the dependencies: section of your pubspec.yaml, add the following line:

  community_material_icon: 3.5.95

Usage

import 'package:community_material_icon/community_material_icon.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return new IconButton(
      icon: new Icon(CommunityMaterialIcons.alarm),
      onPressed: () { print("Pressed"); }
     );
  }
}

About

A community material design icon(https://materialdesignicons.com) as set of Flutter Icons

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 99.9%
  • Objective-C 0.1%