Last updated:
0 purchases
mdl icons
MDIL - Material Design Icons Light #
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
copied to clipboard
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);
copied to clipboard
and thats it.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.