kmbal_ionicons 1.0.0
kmbal_ionicons: ^1.0.0 copied to clipboard
Ionicons is a completely open-source icon set with 1k3+ icons crafted for web, iOS, Android, and desktop apps. They have both Material Design and iOS versions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kmbal_ionicons
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
kmbal_ionicons: ^1.0.0
copied to clipboard
Alternatively, 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:kmbal_ionicons/kmbal_ionicons.dart';
copied to clipboard