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 09e469e1 authored by dleurs's avatar dleurs
Browse files

README improved

parent 9dfb7709
Branches master
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
Biggest challenge of this project :
- Pagination mechanism
- Adapt to the API, is there pages (20 items by API calls) or can you fix the limit in the HTTP call
- Adapt to the API, can I get a compressed version of the picture ?
- 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
- How to load new pages ? by button ? scolling down ? if scrolling, check that the user can scroll down (only one item in the first page, cannot scroll), or he will be stuck
......
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