vertical_resizable_tabs 1.0.0
vertical_resizable_tabs: ^1.0.0 copied to clipboard
A Flutter widget that displays two vertically resizable panels separated by a draggable divider.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-10-27 : Initial release of vertical_resizable_tabs! #
Features #
- Added a fully customizable VerticalResizableTabs widget.
- Supports smooth vertical resizing between two tab sections.
- Configurable parameters:
maxFractionandminFractionfor height limits.radiusfor rounded corners.positionListenercallback for custom position tracking.
- Drag handle with visual feedback during interaction.
- Built for desktop, mobile, and web.
Tech Details #
- Developed in Flutter.
- Compatible with Dart 3 and Flutter 3.24+.
- Includes documentation comments and formatting for pub.dev