- Improvement - iOS colors
- Improvement - Upgrade and upgrade versions
- The
alwaysUseFlutterStyle
property is now deprecated. Since all other styling options are now optional; - Added new
DynamicListItemColorTheme
property toDynamicListItemStyle
. This property holds all the color styling which was previously located inDynamicListItemStyle
; - Updated default colors for iOS and Android;
- Updated example;
- Rename
alwaysUseFlutterTextStyle
toalwaysUseFlutterStyle
- Hotfix for
alwaysUseFlutterStyle
issue regarding background color;
- The
alwaysUseFlutterTextStyle
property has been moved toDynamicListItemStyle
; - Dividers are now made optional through a property in
DynamicListItemStyle
; - Platform styling can now be overwritten in
DynamicListItemStyle
; - Example project has been updated;
- Custom-styling is now included! This can be done using the
DynamicListItemStyle
. Make sure to read the documentation to learn the exact workings; - Updated readme;
- Upgraded example projects;
- Added documentation;
- Some internal renamings;
- Now
Divider
is automaticly included on Android;
- Added widget tests;
- Removed unused variables;
- Made a single export of the necessary files;
- Updated the example;
- Now including an example;
- Initial release including base functionality;