aqua_nav_bar 1.0.1
aqua_nav_bar: ^1.0.1 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 Dart:
$ dart pub add aqua_nav_bar
With Flutter:
$ flutter pub add aqua_nav_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
aqua_nav_bar: ^1.0.1
Alternatively, your editor might support dart pub get
or 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';