hybrid_list_tile 1.1.0
hybrid_list_tile: ^1.1.0 copied to clipboard
HybridListTile widget allows creating customized ListTiles with various properties like padding, colors, icons, titles, subtitles, and more.
1.1.0 #
- Migrated from StatefulWidget to StatelessWidget for better performance
- Performance improvements: Optimized MediaQuery usage with LayoutBuilder
- Fixed typo in documentation: "UDER SUBTITLE" → "UNDER SUBTITLE"
- Improved code maintainability and reduced widget rebuilds
- 100% backward compatible - No breaking changes to public API
- IMPORTANT NOTICE: Version 2.0.0 will introduce a completely redesigned API with breaking changes. The 1.x API will remain available for existing projects, but new projects should plan for the upcoming migration.
1.0.5 #
- Change GitHub images urls
1.0.4 #
- Change GitHub repository images
1.0.3 #
- Updated GitHub images
1.0.2 #
- Added GitHub repository
1.0.1 #
- Initial release:
- Added customizable ListTile widget.
- Integrated Google Fonts for text styling.