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

Material Design-inspired icons

MDIL - Material Design Icons Light #

License Pub Version

A comprehensive collection of Material Design-inspired icons for Flutter applications, offering a wide range of icons for various use cases.

Features #

  • Extensive Icon Collection: Includes a vast library of icons following Material Design guidelines.
  • Regular & Light Versions: Provides both regular and light versions of icons for different design needs.
  • Customizable Usage: Easily integrate icons into your Flutter apps with simple Icon widgets.
  • Regular Updates: Regularly updated with new icons and improvements.

Installation #

Add the following line to your pubspec.yaml file:

Note, icons are accessible only throught github

dependencies:
  mdl_icons: any

Usage #

Import the Package #

import 'package:mdl_icons/mdl_icons.dart';

// some where in your code

Icon(MDIL.iconName);
// or
Icon(MDILight.iconName); 
// or
Icon(MaterialDesignIconsLight.iconName); 

and thats it.

0
likes
130
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Material Design-inspired icons

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on mdl_icons