- Added
PaddingWrapper
widget with multiple factory constructors (all
,symmetric
,only
,horizontal
,vertical
). - Added
PaddedChildrenList
widget for vertical lists with consistent padding and factory constructors. - Introduced
NavigationItem
class andCustomBottomNavBar
for customizable bottom navigation integrated withPageView
. - Enhanced
OpenCustomSheet
with factory constructorsopenConfirmSheet
andscrollableSheet
, supporting customizable appearance and optional default buttons. - Added
DoubleListTileButtons
widget for arranging two buttons side by side with customizable spacing. - Improved
CustomActionButton
andListTileButton
widgets with additional customization options. - Updated
IncrementDecrementWidget
withtypedef ValueUpdate = dynamic Function(int updateValue);
for flexible callback handling. - Enhanced documentation across all major classes and widgets.
- Update ExpandableListTileButton
- Update actions
- Update dependencies
- Refactoring
- Expandable ListTile Button: Combines an expandable panel with a custom list tile button for interactive headers and bodies.
- Increment/Decrement Widget: Allows increasing or decreasing a value with customizable buttons and dynamic display.
- Custom Action Button: Versatile button with various styling options for different contexts.
- ListTile Button: Customizable list tile button with support for leading icons, titles, subtitles, and trailing widgets.
- Open Custom Sheet: Displays customizable bottom sheets for presenting modal content.