fui_kit 2.1.0
fui_kit: ^2.1.0 copied to clipboard
Flat UI icon pack for Flutter: 2,988 SVG icons (498 icons in 6 styles — regular, bold and solid, rounded or straight) based on Flaticon UIcons. Themeable and accessible.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fui_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fui_kit: ^2.1.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:fui_kit/fui_kit.dart';