material_symbols_icons 4.2810.1 copy "material_symbols_icons: ^4.2810.1" to clipboard
material_symbols_icons: ^4.2810.1 copied to clipboard

Full flutter support for latest Google Material Symbols Icons.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate material_symbols_icons
copied to clipboard

Use it

The package has the following executables:

$ install_material_symbols_icons_fonts
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_symbols_icons
copied to clipboard

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

dependencies:
  material_symbols_icons: ^4.2810.1
copied to clipboard

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_symbols_icons/material_symbols_icons.dart';
copied to clipboard
215
likes
160
points
98.9k
downloads
screenshot

Publisher

verified publisherhiveright.tech

Weekly Downloads

2024.09.05 - 2025.03.20

Full flutter support for latest Google Material Symbols Icons.

Repository (GitHub)
View/report issues

Topics

#icon #icons #material #material-symbols #material-symbols-icons

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, chalkdart, flutter, glob, path

More

Packages that depend on material_symbols_icons