glovex_liquid_ui 1.2.2
glovex_liquid_ui: ^1.2.2 copied to clipboard
Flutter liquid-glass UI widgets with bottom navigation, responsive sizing, go_router tab helpers, and extensible light/dark theming.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add glovex_liquid_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
glovex_liquid_ui: ^1.2.2Alternatively, 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:glovex_liquid_ui/glovex_liquid_ui.dart';