flutter_mingcute 2.9.72
flutter_mingcute: ^2.9.72 copied to clipboard
A MingCute icon library package for Flutter applications. Carefully designed icons in fill and line styles.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_mingcuteThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_mingcute: ^2.9.72Alternatively, 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_mingcute/flutter_mingcute.dart';