solar_iconkit 0.4.0
solar_iconkit: ^0.4.0 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 Flutter:
$ flutter pub add solar_iconkitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
solar_iconkit: ^0.4.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:solar_iconkit/solar_iconkit.dart';