Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1.66 KB

0.1.0 - 29/07/2018.

  • Provided basic functionality for Pagewise class, PagewiseGridView class and PagewiseListView class.

0.1.1 - 29/07/2018.

  • Small fix to README.

0.1.2 - 29/07/2018.

  • Add gif to README.

0.2.0 - 31/07/2018.

  • Replace loadingWidget with a loadingBuilder that accepts a BuildContext and returns a widget.
  • Fix environment constraints in pubspec.yaml
  • Make the example better looking, and the demo as well
  • Mention lazy-loading in the README.
  • Reformat the code using flutter format

0.3.0 - 04/08/2018.

0.4.0 - 11/08/2018

  • Make future final in _FutureBuilderWrapper
  • Remove unneeded _pages data structure and operations
  • Provide ItemListBuilder for cases where we want to build a list of widgets for each data entry
  • Provide controller property to allow custom ScrollController