liquid_kit 0.1.7
liquid_kit: ^0.1.7 copied to clipboard
Liquid Glass-inspired Flutter widgets with a spring navigation bar, glass buttons, theme helpers, and tunable motion constants.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add liquid_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
liquid_kit: ^0.1.7Alternatively, 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:liquid_kit/liquid_kit.dart';