reusable_list_item 0.0.8
reusable_list_item: ^0.0.8 copied to clipboard
A simple and customizable Flutter widget to create swipeable list items with start and end actions using flutter_slidable.
Changelog #
All notable changes to this project will be documented in this file.
0.0.7 #
0.0.6 #
0.0.4 #
July 14, 2025 #
✨ Added #
ImageWithTitleCardwidget to display avatar + title inside a card layout.InfoCardwidget usingAppListTitleto show a title/subtitle pair in a card.
🛠 Updated #
AppListTitleenhanced:- Added support for
subtitle, custompadding, and theme-aware styling. - Improved layout using
Row+Columnfor better flexibility.
- Added support for
- Example updated:
- Replaced
ListTilewithAppListTitleacross all usage. - Demonstrated
AppSliderWidget,AppListTitle,ImageWithTitleCard, andInfoCardin separate screens.
- Replaced
0.0.3 #
- Update All Files.
0.0.2 #
- Create
GenericSliderWidget.
0.0.1 #
- Initial release of
reusable_list_item. - Introduced
GenericSliderWidgetfor easily adding swipeable actions to any widget. - Support for start and end action panes with customizable motions.
- Default scroll motion support if no custom motion is provided.