solar_iconkit 0.3.3
solar_iconkit: ^0.3.3 copied to clipboard
Solar icon kit for Flutter. 1,231 icons in 6 native styles — linear, outline, broken, bold, line-duotone, bold-duotone — behind a single SolarIcon widget.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add solar_iconkitWith Flutter:
$ flutter pub add solar_iconkitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
solar_iconkit: ^0.3.3Alternatively, 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:solar_iconkit/solar_iconkit.dart';