iconify_full 0.1.6 copy "iconify_full: ^0.1.6" to clipboard
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_full

Use 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_full

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  iconify_full: ^0.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:iconify_full/iconify_full.dart';
0
likes
140
points
64
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#icon #icons #svg #iconify #ui

License

MIT (license)

Dependencies

args, flutter, flutter_svg, http, path, yaml

More

Packages that depend on iconify_full

Packages that implement iconify_full