styles_containers 0.0.1
styles_containers: ^0.0.1 copied to clipboard
A customizable gradient container widget for Flutter with title, subtitle, tap action, and styling support.
Changelog #
All notable changes to this Flutter plugin will be documented in this file.
0.0.1 - 2025-07-04 #
Added #
- Initial release of
FancyContainerFlutter plugin - Fully customizable gradient container with rounded corners and shadow
- Optional
titleandsubtitledisplay - Support for custom colors, text styles, and padding
- Tap event handling via
FancyContainersCallback - MVVM-friendly architecture
- Designed for Android and iOS mobile platforms only
Improved #
- Clean and flexible UI structure using
GestureDetectorand customizable properties - Responsive width based on screen size if not explicitly set
Coming Soon #
- Support for images or icons inside the container
- Built-in animation on tap (ripple or bounce)
- Light and dark theme support