icons_plus_pro 6.0.0
icons_plus_pro: ^6.0.0 copied to clipboard
Maintained fork of icons_plus: 17 icon packs (Bootstrap, Font Awesome, Ionicons, Eva, Line Awesome and more), compatible with Flutter 3.44+ where IconData is final.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add icons_plus_proThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
icons_plus_pro: ^6.0.0Alternatively, 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:icons_plus_pro/icons_plus_pro.dart';