bento_box_library 1.1.4
bento_box_library: ^1.1.4 copied to clipboard
A versatile Flutter library offering customizable Bento-style widgets for creating modular, responsive, and visually appealing UI components.
Changelog #
1.1.4 #
- Updated screenshot URL.
1.1.3 #
- Updated
README.mdto include a screenshot of the library in action. - Changed the version number in the
README.mdto reflect the latest release. - Improved the documentation for better clarity and presentation.
1.1.2 #
- Fixed typos and improved clarity in the README.
1.1.1 #
- Fixed typos and improved clarity in the README.
1.1.0 #
- Added support for custom colors in
BentoBox.- Users can now set
boxColor,titleColor, andsubtitleColor. - Default colors are applied if custom colors are not provided.
- Users can now set
- Updated
BentoBoxWithImageto support both local asset paths and network URLs.- Added a single
imagePathparameter that automatically determines if the input is an asset path or a URL. - Local assets (e.g.,
'assets/image.png') are handled usingAssetImage. - Network URLs (e.g.,
'https://via.placeholder.com/150') are handled usingNetworkImage.
- Added a single
1.0.0 #
- Initial release.
- Added
BentoBoxwidget for displaying a title and subtitle in a rounded container. - Added
BentoBoxWithImagewidget for displaying an image in a rounded container.