flutter_material_design_icons
This package provides over 7000+ material icons from the Material Design Icons project.
All icons and fonts in this project are licensed under Apache 2.0.
Overview
This package provides an example/
which also comes in handy as a useful tool for searching and filtering icons included in this package.
The app is available for web here.
Features
-
Preview icons in code editor
-
Deprecation notice
-
Metadata enriched
All icons are enriched with metadata derived from the MDI project like tags, styles, version and easily accessible via the icon
metadata
property. -
Iterable
The icons are structured as an
enum
and can therefore be easily itegrated viaMdiIcons.values
for further processing or filtering in your application.
Usage
You can use the MDI icons analog to the material icons shipped with flutter:
Icon(MdiIcons.abacus)