physicsal_navigation 1.0.1+1
physicsal_navigation: ^1.0.1+1 copied to clipboard
A beautiful, highly customizable, physics-based navigation bar for Flutter, featuring a throwable FAB with realistic physics and a stunning glassmorphic bottom bar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add physicsal_navigationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
physicsal_navigation: ^1.0.1+1Alternatively, 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:physicsal_navigation/physicsal_navigation.dart';