dynamic_list_item 1.2.0 copy "dynamic_list_item: ^1.2.0" to clipboard
dynamic_list_item: ^1.2.0 copied to clipboard

A dynamic list item for who wants default platform styling within Flutter apps.

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;
5
likes
130
pub points
45%
popularity

Publisher

verified publishersems.dev

A dynamic list item for who wants default platform styling within Flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on dynamic_list_item