Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

BLoC in Flutter to get images from IP and pagination

API and project from : https://www.themoviedb.org/settings/api?language=fr

Documentation on the API : https://developers.themoviedb.org/3/movies/get-popular-movies

Other good place to test API, JSONPlaceHolder : http://jsonplaceholder.typicode.com/

Guide for using the API : https://medium.com/flutterpub/architecting-your-flutter-project-bd04e144a8f1

Setup slow internet :

Without any optimisation of the structure of the code

By tacking FlutterBlocInfiniteList with image db

BLoC infinite list : https://bloclibrary.dev/#/flutterinfinitelisttutorial

Intermediary result. commit 04bbb800 on branch bloc_api_optimised_code