Skip to content

Files

Latest commit

add3f58 · Aug 13, 2024

History

History

mdil

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 13, 2024
Aug 13, 2024
Dec 3, 2023
Dec 3, 2023
Aug 13, 2024
Jul 17, 2024
Aug 13, 2024
Dec 3, 2023
Aug 13, 2024

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.