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

The official Flutter package for Iconify icons. Render any icon from 200+ open-source icon sets with a single widget. Works offline with bundled starter registry.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add iconify_sdk

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

dependencies:
  iconify_sdk: ^0.1.0

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_sdk/iconify_sdk.dart';
1
likes
130
points
0
downloads

Documentation

API reference

Publisher

verified publisheraditi.cc

Weekly Downloads

The official Flutter package for Iconify icons. Render any icon from 200+ open-source icon sets with a single widget. Works offline with bundled starter registry.

License

MIT (license)

Dependencies

flutter, iconify_sdk_core

More

Packages that depend on iconify_sdk