flutter_model_listview

An empowered ListView and GridView for Flutter

It provides Load, Load more, Refresh and Error handling to a list of elements.

It is ready to work but fully customizable.

It can be user with four flavours:

  • ModelListView - for lists of elements
  • ModelListView.sliver - for lists of elements that needs to be used as a sliver
  • ModelListView.grid - for lists of elements that need to be displayed as a grid with 3 columns (for now)
  • ModelListView.gridSliver - for lists of elements that need to be displayed as a grid with 3 columns (for now) as a sliver