Gooey Tab Bar Flutter

Gooey Tab Bar Flutter

May 8, 2020 totosugito 0

Gooey Tab Bar Flutter Flutter component concept created with Flutter using Dart programming language, inspired by Gooey Tab Bar. About This component was created inspired […]

Flutter Expandable Bottom Bar

Flutter Expandable Bottom Bar

May 8, 2020 totosugito 0

ExpandableBottomAppBar Animatable bottom app bar with expandable sheet Preview Getting Started Add the plugin: dependencies: … expandable_bottom_bar: any Basic Usage Adding the widget bottomNavigationBar: BottomExpandableAppBar( […]

Flutter Vertical Tabbar

Flutter Vertical Tabbar

May 8, 2020 totosugito 0

Vertical Tabs A vertical tabs package for flutter framework. Getting Started A simple example of usage. to get more examples see Examples directory. To see […]

Flutter Simple Tabbar

Flutter Simple Tabbar

May 8, 2020 totosugito 0

cupertino_tabbar A highly customisable and simple widget for having iOS 13 style tab bars. It is highly recommended to read the documentation and run the […]

Flutter Cupertino Stackview

Flutter Cupertino Stackview

May 3, 2020 totosugito 0

example Example Project for Example Project for cupertino_stackview. cupertino_stackview A very easy-to-use navigation tool/widget for having iOS 13 style stacks. It is highly recommended to […]

Flutter Configurable Navigation Bar

Flutter Configurable Navigation Bar

May 3, 2020 totosugito 0

ff_navigation_bar A highly configurable navigation bar with emphasis for the selected item. Add dependency dependencies: ff_navigation_bar: ^0.1.5 Basic use import 'package:flutter/material.dart'; import 'package:ff_navigation_bar/ff_navigation_bar.dart'; … return […]