google_nav_bar 5.0.2 google_nav_bar: ^5.0.2 copied to clipboard
A modern google style nav bar which could be use as a bottom navigation bar or tabbar, the design strictly follows the cuberto UI/UX on dribbble.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add google_nav_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
google_nav_bar: ^5.0.2
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:google_nav_bar/google_nav_bar.dart';