iconify_sdk_core 0.2.0
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_coreWith Flutter:
$ flutter pub add iconify_sdk_coreThis 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.0Alternatively, 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';