iconify_sdk_cli 0.1.0 copy "iconify_sdk_cli: ^0.1.0" to clipboard
iconify_sdk_cli: ^0.1.0 copied to clipboard

Command-line tool for the Iconify SDK. Downloads icon sets and generates Dart code from your iconify.yaml configuration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iconify_sdk_cli

With Flutter:

 $ flutter pub add iconify_sdk_cli

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

dependencies:
  iconify_sdk_cli: ^0.1.0

Alternatively, your editor might support dart pub get or 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_sdk_cli/iconify_sdk_cli.dart';
0
likes
140
points
0
downloads

Documentation

API reference

Publisher

verified publisheraditi.cc

Weekly Downloads

Command-line tool for the Iconify SDK. Downloads icon sets and generates Dart code from your iconify.yaml configuration.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, cli_util, iconify_sdk_core

More

Packages that depend on iconify_sdk_cli