google_nav_bar 1.0.2 google_nav_bar: ^1.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.
google_nav_bar #
A modern google style nav bar for flutter.
GoogleNavBar is a Flutter widget designed by cubertodesign and developed by sooxt98.
Getting Started #
Add this to your package's pubspec.yaml
file:
...
dependencies:
google_nav_bar: ^1.0.1
Now in your Dart code, you can use:
import 'package:google_nav_bar/google_nav_bar.dart';
Usage #
View the example folder