web_navbar

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

web navbar

web_navbar #
package project for a responsive web navbar. updated for flutter 2
for flutter 1.x used package version 2
Getting Started #
Must be used inside an Scaffold, this widget is placed in the Appbar section.
You need yo override the Appbar widget with this one as the
example:
appBar: WebNavbar(
navColor: Colors.black,
hamburgerColor: Colors.blue,
pathImage: "assets/DC.png",
myButtons: [btn1, btn2, btn3],
textNavbar: Text(
"Gerson Morales",
style: TextStyle(color: Colors.white, fontSize: 22),
),
),
copied to clipboard
important: for flutter 2 use TextButton intead.
btn represent FlatButtons, so myButtons is a List

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.