flutter_ionicons 8.0.13
flutter_ionicons: ^8.0.13 copied to clipboard
Ionicons v8 icon set for Flutter. 1357 icons covering filled, outline, and sharp variants.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_ioniconsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_ionicons: ^8.0.13Alternatively, 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_ionicons/flutter_ionicons.dart';