Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 1.41 KB

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 to DynamicListItemStyle. This property holds all the color styling which was previously located in DynamicListItemStyle;
  • Updated default colors for iOS and Android;
  • Updated example;

1.1.1 Hotfix

  • Rename alwaysUseFlutterTextStyle to alwaysUseFlutterStyle
  • Hotfix for alwaysUseFlutterStyle issue regarding background color;

1.1.0 (Small Breaking)

  • The alwaysUseFlutterTextStyle property has been moved to DynamicListItemStyle;
  • 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;