curved_nav_fixed_center 0.1.2
curved_nav_fixed_center: ^0.1.2 copied to clipboard
A beautiful curved bottom navigation bar with fixed center curve and smooth animations. Currently under active development - contributions and feedback welcome!
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add curved_nav_fixed_centerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
curved_nav_fixed_center: ^0.1.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:curved_nav_fixed_center/curved_nav_fixed_center.dart';