scrollable_tab_view 1.0.12 copy "scrollable_tab_view: ^1.0.12" to clipboard
scrollable_tab_view: ^1.0.12 copied to clipboard

This Flutter package provides a vertical scrollable tab bar widget that allows you to display tabs in a vertical layout.

Version 1.0.12 - Added tabAlignment #

New Feature #

  • Added tabBarAlignment for TabBar to allow more flexibility in aligning tabs, such as aligning them to the leftmost side using TabAlignment.start.

  • TabAlignment Parameter: This feature provides greater customisation by enabling horizontal alignment of tabs, including options like TabAlignment.start, TabAlignment.startOffset, and more, enhancing user interface flexibility.

  • FIX #17

Added TabBar Alignment (Version 1.0.6)

  • Added the ability to customise the Alignment of the tab bar and tab view independently, providing greater flexibility in UI customisation.

Custom Tab Background Colours (Version 1.0.5)

  • Added the ability to customise the background colour of the tab bar and tab view independently, providing greater flexibility in UI customisation.

Dart Formatting Update (Version 1.0.2)

  • This release includes formatting updates to ensure consistent and proper Dart formatting across the codebase.

Web Platform and Desktop Support (Version 0.0.5)

  • Improved compatibility with web browsers.

  • Enabled usage of the ScrollableTab widget on macOS, Windows, and Linux operating systems.

Bug Fix (Version 0.0.4)

  • Fixed a problem with the function invocation that was causing issues with the onTap functionality.

Documentation Updates (Version 0.0.3)

  • Updated the code documentation to provide clearer explanations of the functions and their usage.

Widget Testing Updates (Version 0.0.2)

  • Added new widget tests to improve test coverage and ensure proper functionality.

Initial Release (Version 0.0.1)

  • Initial release: The ScrollableTab widget allows you to create a tab bar with scrollable tabs without using a controller.
21
likes
160
points
387
downloads

Publisher

verified publishershyamjith.in

Weekly Downloads

This Flutter package provides a vertical scrollable tab bar widget that allows you to display tabs in a vertical layout.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on scrollable_tab_view