my_icon_package 1.1.6
my_icon_package: ^1.1.6 copied to clipboard
A comprehensive collection of 128 beautiful SVG icons for Flutter applications. Easy to use, customizable, and optimized for performance.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add my_icon_package
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
my_icon_package: ^1.1.6
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:my_icon_package/my_icon_package.dart';