aqua_nav_bar 1.0.4 aqua_nav_bar: ^1.0.4 copied to clipboard
The Aqua_Nav_Bar Flutter package provides a beautiful and customizable navigation bar for your Flutter applications. It offers a sleek and modern design with smooth animations, making it perfect for e [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aqua_nav_bar
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
aqua_nav_bar: ^1.0.4
copied to clipboard
Alternatively, 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:aqua_nav_bar/aqua_nav_bar.dart';
copied to clipboard