- add pinned header height parameter(thanks to @utsav-savani)
- update dart sdk: '>=3.0.3 <4.0.0' and flutter: ">=3.3.0"
- fix the bug when tap tab_bar item from index 0 to index 1, the indicator comes and go
- exposes Scrollbar and CustomScrollView parameters to VerticalScrollableTabView
- make the code more beautiful
- fix call animateAndScrollTo method twice (thanks to @sejun2)
- remove redundant comment
- upgrade flutter sdk (Flutter 3.0)
- Fix the problem of the tabbar going to wrong position when clicked (thanks to @mohamedalaaser)
- Fix web generated_plugin_registrant.dart bug
- Remove support for horizontal scroll direction
- Change ListView to SliverAppBar
- Add slivers parameters in CustomScrollView
- Fix the web'plugin bug
- Support for Web Applicationy
- Support for Axis Orientation / ScrollDirection
- Change documentation
- TODO: Initial Release