buttons_tabbar 1.3.15
buttons_tabbar: ^1.3.15 copied to clipboard
A Flutter package that implements a TabBar where each label is a toggle button.
CHANGELOG #
1.3.15 13 November 2024 #
- fix: animate to off screen index on init #68
1.3.14 13 November 2024 #
- fix:
animationController
was still active afterbuttons_tabbar
was disposed
1.3.13 22 June 2024 #
- chore: set Flutter
3.22.0
as minimum sdk version
1.3.12 22 June 2024 #
- fix: set default tab width as
null
so it fits its content
1.3.11 20 June 2024 #
- Change MaterialStateProperty to WidgetStateProperty . (Compatibility with the last version of flutter )
- Add the ability to change width attribute for change the tab width .
- Add the ability to make the content of the tab in the center .
1.3.10 17 May 2024 #
fix: transparent button background
1.3.9 10 May 2024 #
fix: elevation property
1.3.8 16 October 2023 #
Ref: fix button spacing issue
1.3.7+1 9 July 2023 #
Feat: Add CI/CD workflow
1.3.7 26 June 2023 #
Feat: Parse borderRadius
from BoxDecoration
1.3.6 12 June 2022 #
Feat: Added splashColor #28
1.3.5 24 May 2022 #
Fixed issue #27. Flutter 3.0.0 working.
1.3.4 01 February 2022 #
Possibility to center ButtonsTabBar
using a parent Center
widget.
1.3.3 31 January 2022 #
Add elevation to buttons and fixed BoxShadow
problems.
1.3.2 07 November 2021 #
Bug on scrolling when using Padding as parent fixed.
1.3.1 26 July 2021 #
Added onTap
function to TabBar.
1.3.0 25 April 2021 #
Tab Buttons can now be centered.
1.2.2 25 April 2021 #
Added BoxDecoration
to buttons, allowing the use of gradients as background.
1.2.1 28 March 2021 #
Fixed "BoxConstraints forces an infinite width".
1.2.0 16 March 2021 #
Upgrade to support Null Safety and Flutter 2.
1.1.2 03 March 2021 #
Now supports text Directionality.
1.1.1 07 January 2021 #
You can now change the font size of labels and provide a child widget for each Tab.
1.1.0 06 January 2021 #
Tab height can be overriden.
1.0.3 01 January 2021 #
Bug on scrolling animation fixed.
1.0.2+1 30 November 2020 #
Bug when using the DefaultTabController fixed.
1.0.2 30 November 2020 #
Bug when using the DefaultTabController fixed.
1.0.1 21 October 2020 #
Bugs fixed:
animateTo
was not updating the TabBar stateinitialIndex
was not working
1.0.0+1 07 August 2020 #
Added the possibility of adding a border to each button.
0.1.2+1 02 August 2020 #
Fixed a bug - Controller was being called after being disposed.
0.1.1+1 16 May 2020 #
Added the possibility of having tabs with no Icon.
0.1.0+2 24 April 2020 #
Added repository to pubspec.
0.1.0+1 24 April 2020 #
Initial release.