liqkit_ui_icons 0.4.0
liqkit_ui_icons: ^0.4.0 copied to clipboard
Optional Lucide-backed icon set for liqkit_ui (the iOS 26 Liquid Glass design system for Flutter). Exposes a curated `LiqIcons` namespace for use in liqkit_ui components.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add liqkit_ui_iconsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
liqkit_ui_icons: ^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:liqkit_ui_icons/liqkit_ui_icons.dart';