Pagination in flutter using Stacked Architecture.

Link to Readable Tutorial on Hashnode

Stacked : MVVM inspired architecture in Flutter. It provides common functionalities required to build a large application in an understandable manner.

Stacked Services : A package that contains some default implementations of services required for a cleaner implementation of the Stacked Architecture.

Logger : Small, easy to use and extensible logger which prints beautiful logs.

Add this to your dev_dependencies in your pubspec.yaml file:

Build runner : A build system for Dart code generation and modular compilation.

Stacked generator : stacked Generator is a package dedicated to reduce the boilerplate required to setup a stacked application.

ezgif-7-1b06eb75e9

GitHub

View Github