iconify_sdk 0.2.0
iconify_sdk: ^0.2.0 copied to clipboard
The 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_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
iconify_sdk: ^0.2.0Alternatively, 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';