md_icons

Last updated:

0 purchases

md_icons Image
md_icons Images
Add to Cart

Description:

md icons

MDI - Material Design Icons #


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:
dependencies:
md_icons: any
copied to clipboard
Usage #
Import the Package #
import 'package:md_icons/md_icons.dart';

// some where in your code

Icon(MDI.iconName);
// or
Icon(MDIcons.iconName);
// or
Icon(MaterialDesignIcons.iconName);

copied to clipboard
and thats it.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.