dynamic_list_item 1.3.0 dynamic_list_item: ^1.3.0 copied to clipboard
A dynamic list item for who wants default platform styling within Flutter apps.
1.3.0 #
- Improvement - iOS colors
- Improvement - Upgrade and upgrade versions
1.2.0 (Breaking) #
- 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;
1.1.1 Hotfix #
- Rename
alwaysUseFlutterTextStyle
toalwaysUseFlutterStyle
- Hotfix for
alwaysUseFlutterStyle
issue regarding background color;
1.1.0 (Small Breaking) #
- 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;
1.0.0 #
- 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;
0.0.5 #
- Now
Divider
is automaticly included on Android;
0.0.4 #
- Added widget tests;
- Removed unused variables;
0.0.3 #
- Made a single export of the necessary files;
- Updated the example;
0.0.2 #
- Now including an example;
0.0.1 #
- Initial release including base functionality;