hugeicons_plus 0.1.1
hugeicons_plus: ^0.1.1 copied to clipboard
5,400+ Hugeicons as a variable-stroke Flutter icon font. Native IconData; stroke width is Icon.weight, generated with fontify_plus.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hugeicons_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hugeicons_plus: ^0.1.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:hugeicons_plus/hugeicons_plus.dart';