How to Make TabBar in Flutter 1

How to Make TabBar in Flutter

How to Make tabBar in Flutter – Typically, an ATabBar will include a number of tabs that the user can use to navigate between various windows or information feeds. Here…

Read more »
A nice animated tabbar built with flutter

A nice animated tabbar built with flutter

flashy_tab_bar One another nice animated tabbar (Inspired by Cuberto) Getting Started Add the dependency at pubspec.yaml: dependencies: … thebrioflashynavbar: ^0.0.1 Basic Usage bottomNavigationBar: Thebrioflashynavbar( selectedIndex: _selectedIndex, showElevation: true, onItemSelected: (index)…

Read more »
A colorful TabBar for Flutter where each tab has a color

A colorful TabBar for Flutter where each tab has a color

Flutter Colorful TabBar A colorful TabBar Flutter library with color animating indicator where each tab has a color. (inspired by SmartNews app) Getting Started Add this to your package’s pubspec.yaml…

Read more »
A game library that lets you review games with flutter

A game library that lets you review games with flutter

GameBase ? A flutter application that serves as a front-end application for GameBase. GameBase is a game library that lets you review games and list your favorite games. Demo Current…

Read more »