Skip to content

plus ... also supported with animated indicator icon !

License

Notifications You must be signed in to change notification settings

frybitsinc/vertical_scroll_tabbar_icon

 
 

Repository files navigation

Features

Vertical scroll view with tabbar.
Automatically change tabbar index when scroll view is scrolled.
And also, when tap tabbar item, scroll view will be scrolled to the top of the tabbar index.

Simulator Screen Recording - iPhone 14 Pro - 2023-06-04 at 03 56 44

Usage

VerticalScrollTabbar(
    tabs: [...],
    children: [...],
);

Parameters

Parameter Type Description Required Default
tabs List Tabbar items false
children List Scroll view items false
isScrollable bool Whether the tab bar is scrollable. false false
indicatorColor Color The color of selected tab's underline. false
onTabChanged Function(int index) Called when tab index is changed false

Requirements

  • tabs and children must have same length.
  • children must have GlobalKey as key Property

.

..

...

....

also supported with...

vertical scroll view tabbar with "animated gif icon"

About

plus ... also supported with animated indicator icon !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 34.4%
  • CMake 30.2%
  • Dart 24.2%
  • C 3.0%
  • HTML 2.7%
  • Swift 1.9%
  • Other 3.6%