Motion Tab Bar

A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
Alternatives To Motion Tab Bar
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Prezto13,222
2 months ago176mitShell
The configuration framework for Zsh
Firefox Gnome Theme2,371
a day ago50unlicenseCSS
A GNOME👣 theme for Firefox🔥
Afterglow Theme2,130
4 years ago50Perl
A minimal dark Theme for Sublime Text 2 and 3
Dragablz1,892
4 months ago135mitC#
Dragable and tearable tab control for WPF
Cobalt21,561
3 years ago32
Tweaked and refined Sublime Text theme based on the original cobalt.
Flyingfox1,378
4 months ago32mitCSS
An opinionated set of configurations for firefox.
Nighttab1,352
a month ago75gpl-3.0JavaScript
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab.
Django Jazzmin1,2433a month ago28March 27, 202292mitHTML
Jazzy theme for Django
Skeleton_wp1,031
6 years ago13PHP
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 Zsh1,008
5 years ago2
Honukai theme and colors for Oh My ZSH and iTerm
Alternatives To Motion Tab Bar
Select To Compare


Alternative Project Comparisons
Readme

Motion Tab Bar

A beautiful animated widget for your Flutter apps

Preview:

|MotionTabBar Gif |

Getting Started

Add the plugin:

dependencies:
  motion_tab_bar: ^0.1.5

Basic Usage

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

Popular Theme Projects
Popular Tabs Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Dart
Theme
Flutter
Tabs
Animated
Flutter Apps
Flutter Plugin
Dartlang
Tabbar