0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.