curve_bottom_nav_bar 0.0.1
curve_bottom_nav_bar: ^0.0.1 copied to clipboard
A highly customizable, animated bottom navigation bar with a central floating action notch and smooth curved background. Designed for apps that want a playful yet production‑ready navigation experience.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add curve_bottom_nav_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
curve_bottom_nav_bar: ^0.0.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:curve_bottom_nav_bar/curve_bottom_nav_bar.dart';