tab_bite

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tab bite

Gives your desktop application look like macOS Apps.
Now you can feel macOS UI in your Windows & Linux applications.
Features #
tab_bite gives a tab bar style like macOS tab bar.
Getting started #
Install this package using command line "pub dev install "
Usage #
BiteTabBar(
posTabs: [
BiteTab(title: "All"),
BiteTab(title: "Online"),
BiteTab(title: "Take away"),
BiteTab(title: "Dine in"),
],
onChanged: (value) {
print(value);
activeIndex = value;
setState(() {});
},
),
copied to clipboard
Contribute to the package #
https://github.com/aliabbasi181/tab_bite

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.