flutter_icons_sk 0.0.1
flutter_icons_sk: ^0.0.1 copied to clipboard
A Flutter package for rendering remote SVG icons dynamically with support for multiple icon families. Built on top of flutter_svg for optimal performance and caching.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_icons_skWith Flutter:
$ flutter pub add flutter_icons_skThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_icons_sk: ^0.0.1Alternatively, 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:flutter_icons_sk/flutter_icons_sk.dart';