base_box 1.0.2
base_box: ^1.0.2 copied to clipboard
A customizable Flutter widget for building reusable and consistent UIs with less boilerplate.
Changelog #
All notable changes to this package will be documented in this file.
1.0.1 - 2025-08-19 #
Added #
- Improved documentation for public API:
- Added Dartdoc comments to
BaseBox. - Provided example usage for widget.
- Added Dartdoc comments to
- Minor formatting fixes for better readability.
1.0.0 - 2025-08-19 #
Added #
- Initial release of the package.
BaseBoxwidget:- Customizable padding, margin, height, width.
- Support for border, border radius, and individual side borders.
- Gradient and box shadow support.
- Tap and hover interactions with optional splash/hover colors.
- Tooltip support.
- Circle mode and child alignment options.