shadowed_carded_list 0.2.0
shadowed_carded_list: ^0.2.0 copied to clipboard
A Flutter widget package providing a carded list with shadowed, scrollable content and small UI helpers.
Changelog #
All notable changes to this project will be documented in this file.
0.2.0 - 2025-08-31 #
- Added
shadowSizeparameter toCardedListwidget to control scroll shadow height - Added
shadowColorparameter toCardedListwidget to customize scroll shadow color - Updated example app to demonstrate shadow customization with a slider control
0.1.0 - 2025-08-31 #
- Initial public package layout
- Implemented
CardedList,ShadowedScrollableList, andTertiaryIconButton - Added example app and widget tests
- Modularized code under
lib/src/
0.0.1 #
- Initial template