• Stars
    star
    281
  • Rank 142,703 (Top 3 %)
  • Language
    Dart
  • License
    MIT License
  • Created almost 4 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

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

More Repositories

1

Automated-School-Management-System

School Management System based on PHP and MySql.
PHP
9
star
2

Inventory-Control-System

Windows Form Application that manage Electric Shop with all facilities.
C#
6
star
3

Youtube-Channel-App

Personal Youtube Channel Android Application
Java
6
star
4

Airline-Management-System

Air Ticket booking and Management System based on PHP and MySql
JavaScript
6
star
5

CryptoCurrency---Retrofit

CryptoCurrency Android app
Java
6
star
6

Friendly-Chat

Firebase Real Time Messaging Android App
Java
5
star
7

RecyclerView-Pagination---Retrofit-2

Endless Loading in RecyclerView with Retrofit 2 and TMDB api
Java
5
star
8

Retrofit-Send-Object-in-Request-Body

Simple android example that post data like create user details using Body Request.
Java
5
star
9

Firebase-Android-Chat-Application

Simple Chat Application based on Firebase API
Java
5
star
10

Portfolio-Website

Sample Portfolio Website using HTML, Bootstrap,PHP
JavaScript
5
star
11

RecyclerViewExample

Simple Android App Using Recycler View and Card view
Java
4
star
12

MCC-Ltd-Porfolio-App

Flutter Application of MCC Ltd
Dart
4
star
13

Endless-Runner

Unity 3D Infinite runner Game.
C#
4
star
14

BD-Varsity-Android-App

Android app for know all university of Bangladesh.
Java
4
star
15

URI-Beginner-Problem-Solution--Python-3-

Beginner Problem Solution with python 3 .
Python
4
star
16

Todo-App--iOS

Sample Todo iOS app for you daily reminder
Swift
4
star
17

Sensor-Details-Apps

List all available sensor in your phone with an working example
Java
4
star
18

Online-Radio--Swift-4-iOS

Online Live Radio Streaming iOS app that parse data from web api and stream live radio
Swift
4
star
19

Android-Bottom-Sheet-Dialog

Bottom sheet is a component that slides up from bottom of the screen to reveal more content
Java
4
star
20

TOT-Session-One

This project created for Training of Trainer
Java
3
star
21

Online-Radio-Android-App

Online Radio android app for Southern University.
Java
3
star
22

JavaScript-ES6-JSONParsing-Example-

JavaScript-ES6-JSONParsing-Example
JavaScript
3
star
23

Object-Mapper--iOS

Object-Mapper--iOS Wrapper. This wrapper project map your json data to Object and vice-varsa
Swift
3
star
24

Angular-2

Practice file of Angular JS 2
HTML
3
star
25

Multi-Channel-Radio-iOS

Multi-Channel-Radio-iOS
Swift
3
star
26

Android-Animation-Example

Custom Animation Android
Java
3
star
27

PosPrinterDemo-Android-App

Thermal Bluetooth Printer connection with Android which print Text, Title and Image .
Java
3
star
28

BD-Cricket-Team-Android-App

Android Application for Bangladesh Cricket Team and Watch Live Cricket Score of Bangladesh.
JavaScript
3
star
29

Smile-Detection-in-Python-and-OpenCv

Python
3
star
30

Form-Apps-with-SQLite

Sample Sqlite App for Store data and view data
Java
3
star
31

Smart-Note-Book-Android-App

Android Application for write personal notes, poem, story etc and direct share on Facebook and others social media.
Java
3
star
32

Top-Rated-Movie--Retrofit-Android-Apps

Android application that show list of top rated movie with details. This app made by retrofit2 and TMDb API.
Java
3
star
33

Node-JS-User-Authentication-System

User registration and login system by NODE JS
JavaScript
3
star
34

Java-Chat-Server

Java based Simple Chat Server.
Java
3
star
35

Simple-AR-App-by-Vuforia-and-Unity-3D

Augmented Reaity App by Vuforia and Unity 3D
C#
3
star
36

Online-Radio-Android-App-master

Online Live Streaming Radio App
Java
3
star
37

JavaScript-ES6--Promises-Example

JavaScript-ES6--Promises-Example
JavaScript
3
star
38

Android-Master-Apps

Android Utility Application that provide security of data and android system.
Java
3
star
39

Image-Galary

Image Galary android app which load image from rest api
Java
3
star
40

Shout-Donation-Android-App

Donation Apps Based on Bangladesh Developed for EATL Apps Contest.
Java
3
star
41

Custom-WP-Theme

Custom WP Theme for Training Session at MCC Ltd
CSS
3
star
42

Intruder-Alert-Android-App

Intruder-Alert-Android-App
Java
3
star
43

Student-Information-System

Simple Student Information System based on Java and Microsoft Access DB.
Java
3
star
44

FarmAid-Android-App

Crops Diseases Detector App by Image processing built at National Hackathon-2016.
Java
3
star
45

Retrofit-Example-with-Stack-exchange-API

Simple app that show some answer based on tag.
Java
3
star
46

Danger-In-Earthquake-Android-Apps

Android Application for Save people from Earthquake or any Disaster( Building Collapse). When anyone fall in danger he/ or she just need shake the phone, apps run automatically and send message and location to the relatives.
JavaScript
3
star
47

Human-Resource-Manament-System

HRMS is a PHP based Management system. This system helps to maintain office, organization etc.
PHP
3
star
48

Abstract-Factory-Design-Pattern

Abstract Factory patterns work around a super-factory which creates other factories. This factory is also called as factory of factories. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object.
Java
2
star
49

JavaScript-ES6-Form-Registration

JavaScript-ES6-Form-Registration
HTML
2
star
50

anagram

A function that detects if two strings are anagram e.g. ‘bleat’ and ‘table’ are anagrams but ‘eat’ and ‘tar’ are not.
Java
2
star
51

Sample-Json

2
star
52

File-Downloading-on-Background-with-Notification

Android Short File downloading with Retrofit 2 and Intent Service
Java
2
star
53

spring-boot-file-upload-download-rest-api

Spring Boot File Upload / Download Rest API Example
Java
2
star
54

Android-Simple-MVP-Project

Android-Simple-MVP-Project
Java
2
star
55

Factory-Design-Pattern

Factory Pattern defines an interface for creating an object, but let’s the classes that implement the interface decide which class to instantiate
Java
2
star
56

pre-training-assainment

2
star
57

REST-Api-Data-Fetch-with-Using-Facebook-Shimmer-Animation

REST-Api-Data-Fetch-with-Using-Facebook-Shimmer-Animation
Java
2
star
58

Project-Report

HTML
2
star
59

Room-Persistent-Database-Example

This is an example application of Android Room Persistent Database. Following features has been implmented in this project:
Java
2
star
60

aws-lambda-serverless

A serverless REST API service deployed to AWS. The data is stored in a DynamoDB table.
Java
2
star
61

angular-lazy-loading

Lazy Loading Example By Angular 7
TypeScript
2
star
62

Student-Information-System-by-Spring-Boot-and-Postgresql

Student-Information-System-by-Spring-Boot-and-Postgresql
HTML
2
star
63

kodi-tv-youtube-channel-ad-on

kodi-tv-youtube-channel-ad-on
Python
2
star
64

Video-Player-App-with-Play-Forward-and-Rewind-Control

A video player application with ‘Play’, ‘Forward’ , ‘Rewind’ functionalities and fetching data by mvvm pattern.
Java
2
star
65

zkteco-sdk-laravel

PHP
1
star
66

Selise-Assessment

TypeScript
1
star
67

android-developer-interview-question

1
star
68

RNAssessment

TypeScript
1
star
69

Solution

This repository open for share solution for different programming language, operating systems.
1
star
70

Selise-Front-End-Assesment

TypeScript
1
star
71

ddas-prod

JavaScript
1
star
72

therezacuet

1
star
73

facebook-chatbot-script

PHP
1
star
74

UI-Benchmark---Flutter

Swift
1
star
75

Wifi-Hotspot-Generator-App---Java

Java
1
star
76

React-Redux-State-Management

TypeScript
1
star
77

MVVM---Flutter

Dart
1
star
78

Kivy-Android-Camera-Widget

Python
1
star
79

Tithi-Interview

Java
1
star
80

React-Native-Redux-With-Hooks

TypeScript
1
star
81

biometric_auth_flutter

Dart
1
star