google_nav_bar
a modern google style nav bar for flutter.
googlenavbar is a flutter widget designed by aurelien salomon and developed by sooxt98.
getting started
add this to your package’s pubspec.yaml
file:
...
dependencies:
google_nav_bar: ^2.0.0
now in your dart code, you can use:
import 'package:google_nav_bar/google_nav_bar.dart';
usage
view the example folder
Comments are closed.