material_symbols_icons 4.2801.2
material_symbols_icons: ^4.2801.2 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_iconsUse it
The package has the following executables:
$ install_material_symbols_icons_fonts
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add material_symbols_iconsWith Flutter:
$ flutter pub add material_symbols_iconsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
material_symbols_icons: ^4.2801.2Alternatively, your editor might support dart pub get or 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';