iconify_full 0.1.6
iconify_full: ^0.1.6 copied to clipboard
Offline Iconify icons for Flutter — themed SVG widgets, local cache of 200+ open icon sets, and automatic build-time subsetting so apps only bundle icons they use.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate iconify_fullUse it
The package has the following executables:
$ iconify_apply_hooks
$ iconify_build
$ iconify_codegen
$ iconify_download
$ iconify_init
$ iconify_subset
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add iconify_fullThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
iconify_full: ^0.1.6Alternatively, 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:iconify_full/iconify_full.dart';