Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Prezto | 13,222 | 2 months ago | 176 | mit | Shell | |||||
The configuration framework for Zsh | ||||||||||
Firefox Gnome Theme | 2,371 | a day ago | 50 | unlicense | CSS | |||||
A GNOME👣 theme for Firefox🔥 | ||||||||||
Afterglow Theme | 2,130 | 4 years ago | 50 | Perl | ||||||
A minimal dark Theme for Sublime Text 2 and 3 | ||||||||||
Dragablz | 1,892 | 4 months ago | 135 | mit | C# | |||||
Dragable and tearable tab control for WPF | ||||||||||
Cobalt2 | 1,561 | 3 years ago | 32 | |||||||
Tweaked and refined Sublime Text theme based on the original cobalt. | ||||||||||
Flyingfox | 1,378 | 4 months ago | 32 | mit | CSS | |||||
An opinionated set of configurations for firefox. | ||||||||||
Nighttab | 1,352 | a month ago | 75 | gpl-3.0 | JavaScript | |||||
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab. | ||||||||||
Django Jazzmin | 1,243 | 3 | a month ago | 28 | March 27, 2022 | 92 | mit | HTML | ||
Jazzy theme for Django | ||||||||||
Skeleton_wp | 1,031 | 6 years ago | 13 | PHP | ||||||
Skeleton is a simple, responsive WordPress theme based on the Skeleton Boilerplate. It has several useful shortcodes, such as tabs, toggles, cross-browser CSS3 buttons, and layout columns. It also includes a bbPress skin/stylesheet and sample child theme. | ||||||||||
Honukai Iterm Zsh | 1,008 | 5 years ago | 2 | |||||||
Honukai theme and colors for Oh My ZSH and iTerm |
A beautiful animated widget for your Flutter apps
Preview:
| |
Add the plugin:
dependencies:
motion_tab_bar: ^0.1.5
Adding the widget
MotionTabController _tabController;
@override
void initState() {
super.initState();
_tabController = new MotionTabController(initialIndex:1,vsync: this);
}
@override
void dispose() {
super.dispose();
_tabController.dispose();
}
bottomNavigationBar: MotionTabBar(
labels: [
"Account","Home","Dashboard"
],
initialSelectedTab: "Home",
tabIconColor: Colors.green,
tabSelectedColor: Colors.red,
onTabItemSelected: (int value){
print(value);
setState(() {
_tabController.index = value;
});
},
icons: [
Icons.account_box,Icons.home,Icons.menu
],
textStyle: TextStyle(color: Colors.red),
),
Catch me up on LinkedIn @Rezaul Islam
💙 to Code👨🏽💻 Flutter Expert • Dart Kotlin Swift Node Js • Android • Full Stack Mobile Developer