cupertino_listview 2.0.0 copy "cupertino_listview: ^2.0.0" to clipboard
cupertino_listview: ^2.0.0 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).

[2.0.0] Null Safety migration #

  • Migration to null safety
  • Change linter to flutter_lints

[1.0.5] Fix ScrollController bug #

  • Fix a bug where scroll controller was disposed on widget update. Now, if the user set its own ScrollController, then it's his/her responsibility to dispose it.

[1.0.4] Enhance CupertinoListView API #

  • Introduce SectionPath and IndexPath, grouping information about indexes: section index, child index, and list absolute index.

  • Add floatingSectionBuilder for default CupertinoListView constructor, in order to differentiate the section widget built for the list, and the other one built for the floating widget.

[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.
58
likes
120
pub points
86%
popularity

Publisher

verified publisherdavidgonzalez-freelance.fr

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).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on cupertino_listview