material_icons_named 3.16.0 copy "material_icons_named: ^3.16.0" to clipboard
material_icons_named: ^3.16.0 copied to clipboard

A mapping library that maps the Stringified material icon name to the actual Material `IconData`.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_icons_named

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  material_icons_named: ^3.16.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:material_icons_named/material_icons_named.dart';
2
likes
130
pub points
84%
popularity

Publisher

verified publisherpeifferinnovations.com

A mapping library that maps the Stringified material icon name to the actual Material `IconData`.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on material_icons_named