cupertino_listview 1.0.3
cupertino_listview: ^1.0.3 copied to clipboard
Display a vertical list of sections (group of items), respecting iOS UX design, where the current section title remains displayed on top (until the next one push it away).
1.0.3 Fix CupertinoListView API #
- For CupertinoListView.builder factory, make separatorBuilder optional.
1.0.2 Dartfmt format #
- Reformat files using "dartfmt -w" command.
1.0.1 Take into account pub package analysis #
- Remove private imports from other packages.
- Add a longer package description.
1.0.0 Initial release #
- Initial version of Cupertino listview behaving like UITableView.