bento_box_library
A versatile Flutter library offering customizable Bento-style widgets for creating modular, responsive, and visually appealing UI components.
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
6 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Jan 2025 to Jan 2025
2026
Releases
latest 6-
1.1.403 Jan 2025 -
1.1.303 Jan 2025Release notes
Open source →- 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.
- Updated
-
1.1.203 Jan 2025 -
1.1.103 Jan 2025 -
1.1.003 Jan 2025Release notes
Open source →- 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
- Added support for custom colors in
-
1.0.001 Jan 2025Release notes
Open source →- Initial release.
- Added
BentoBoxwidget for displaying a title and subtitle in a rounded container. - Added
BentoBoxWithImagewidget for displaying an image in a rounded container.