bento_box_library 1.1.4 copy "bento_box_library: ^1.1.4" to clipboard
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.md to include a screenshot of the library in action.
  • Changed the version number in the README.md to 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, and subtitleColor.
    • Default colors are applied if custom colors are not provided.
  • Updated BentoBoxWithImage to support both local asset paths and network URLs.
    • Added a single imagePath parameter that automatically determines if the input is an asset path or a URL.
    • Local assets (e.g., 'assets/image.png') are handled using AssetImage.
    • Network URLs (e.g., 'https://via.placeholder.com/150') are handled using NetworkImage.

1.0.0 #

  • Initial release.
  • Added BentoBox widget for displaying a title and subtitle in a rounded container.
  • Added BentoBoxWithImage widget for displaying an image in a rounded container.
2
likes
160
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A versatile Flutter library offering customizable Bento-style widgets for creating modular, responsive, and visually appealing UI components.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on bento_box_library