iconify_sdk_core 0.2.0 copy "iconify_sdk_core: ^0.2.0" to clipboard
iconify_sdk_core: ^0.2.0 copied to clipboard

Pure Dart engine for Iconify icons. Provides models, providers, cache, alias resolution, and JSON parsing. No Flutter dependency required.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iconify_sdk_core

With Flutter:

 $ flutter pub add iconify_sdk_core

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

dependencies:
  iconify_sdk_core: ^0.2.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_core/iconify_sdk_core.dart';
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisheraditi.cc

Weekly Downloads

Pure Dart engine for Iconify icons. Provides models, providers, cache, alias resolution, and JSON parsing. No Flutter dependency required.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http, meta

More

Packages that depend on iconify_sdk_core