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
Commit 96e4a986 authored by dleurs's avatar dleurs
Browse files

README challenges

parent 8ef285b7
No related branches found
No related tags found
No related merge requests found
# BLoC in Flutter to get images from IP and pagination
Biggest challenge of this project :
- Adapt to the API, is there pages (20 items by API calls) or can you fix the limit in the HTTP call
- Two separate flow of async, get the name and urlImagePath of the picture, and then download the picture
- Download the picture with Image.network or NetworkAssetBundle(Uri.parse(imgUrl)).load("")).buffer.asUint8List() and then Image.memory
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment