flutter_mdi_remap 1.0.1
flutter_mdi_remap: ^1.0.1 copied to clipboard
Shared Material Design Icons remap: a searchable, serializable MdiRemapIcon registry generated from flutter_material_design_icons, used across Layrz Flutter projects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_mdi_remapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_mdi_remap: ^1.0.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:flutter_mdi_remap/flutter_mdi_remap.dart';