material_symbols_icons_flow 4.2928.1
material_symbols_icons_flow: ^4.2928.1 copied to clipboard
Flow fork of material_symbols_icons — Google Material Symbols icons, patched for Flutter's final IconData. Tracks upstream.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add material_symbols_icons_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
material_symbols_icons_flow: ^4.2928.1Alternatively, 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_flow/get.dart';
import 'package:material_symbols_icons_flow/iconname_to_unicode_map.dart';
import 'package:material_symbols_icons_flow/material_symbols_icons.dart';
import 'package:material_symbols_icons_flow/material_symbols_metadata.dart';
import 'package:material_symbols_icons_flow/symbols.dart';
import 'package:material_symbols_icons_flow/symbols_map.dart';