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

Code generator and build_runner builder for Iconify SDK. Generates type-safe Dart constants for icon sets defined in iconify.yaml.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iconify_sdk_builder

With Flutter:

 $ flutter pub add iconify_sdk_builder

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

dependencies:
  iconify_sdk_builder: ^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_builder/iconify_sdk_builder.dart';
0
likes
150
points
0
downloads

Documentation

API reference

Publisher

verified publisheraditi.cc

Weekly Downloads

Code generator and build_runner builder for Iconify SDK. Generates type-safe Dart constants for icon sets defined in iconify.yaml.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, glob, iconify_sdk_core, path, source_gen, yaml

More

Packages that depend on iconify_sdk_builder