flutter_list_ui 1.0.4
flutter_list_ui: ^1.0.4 copied to clipboard
A collection of beautiful and reusable Flutter UI components with modern design patterns. Features a flexible info card system with customizable headers and lists.
Changelog #
1.0.4 #
- Improved flat design for InfoCard and InfoHeader
- Removed default elevation and background colors
- Added border support for better visual separation
- Updated documentation with example images
- Enhanced customization options for styling
1.0.3 #
- Added single import support for all components
- Improved documentation with import examples
- Enhanced package structure
1.0.2 #
- Fixed layout issues in InfoList widget
- Improved documentation and examples
- Enhanced error handling
1.0.1 #
- Added generic type support for
Info
andInfoCard
widgets - Improved Material 3 design system integration
- Added customizable styles for headers and list items
- Enhanced documentation and examples
- Fixed file naming to follow Dart style guide
- Added shadow effects to cards
- Improved padding and margin customization options
1.0.0 #
- Initial release
- Basic info card system with header and list components
- Riverpod integration for state management
- Basic customization options for colors and padding
Features #
- Customizable list components
- Card layouts with headers
- Responsive design support
- Example application included
- Modern UI design patterns
Dependencies #
- flutter_screenutil: ^5.9.0
- google_fonts: ^6.1.0
- cached_network_image: ^3.3.1
- flutter_riverpod: ^2.5.1
- Added InfoCard widget
- Added InfoHeader widget
- Added InfoList widget
- Added Info widget