Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.07 KB

File metadata and controls

51 lines (30 loc) · 1.07 KB

0.1.2

0.1.0

  • update dart sdk: '>=3.0.3 <4.0.0' and flutter: ">=3.3.0"

0.0.9

  • 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

0.0.8

  • fix call animateAndScrollTo method twice (thanks to @sejun2)
  • remove redundant comment
  • upgrade flutter sdk (Flutter 3.0)

0.0.7

  • Fix the problem of the tabbar going to wrong position when clicked (thanks to @mohamedalaaser)

0.0.6

  • Fix web generated_plugin_registrant.dart bug

0.0.5

  • Remove support for horizontal scroll direction
  • Change ListView to SliverAppBar
  • Add slivers parameters in CustomScrollView
  • Fix the web'plugin bug

0.0.4

  • Support for Web Applicationy

0.0.3

  • Support for Axis Orientation / ScrollDirection

0.0.2

  • Change documentation

0.0.1

  • TODO: Initial Release