Flutter client for lazily loaded list
We want a simple page which shows list of random images from picsum photos. For implementing this page you must first fork this repository & use the forked repo for further usage. Also for your convenience, we split the project into two main parts, the first part is mandatory & must be implemented, but the second part is optional for implementation, yet you should have a grasp over BLoC pattern, but we highly recommend implementing that:
- UI with basic functionality
- implementing a more complex logic
We want a simple page which lazily loads a list of images (meaning the list of images must not be loaded as a whole, instead each time user scrolls to bottom of page, the api must be called to get the next batch of images, note each batch must be a size of 10 images).
For the next step we wnat the api to be called through the BLoC pattern (for better understanding of BLoC pattern, its better to implement the BLoC itself with stream & sink and not use the bloc & flutter_bloc lib)
UI itself does not matter much, we do not want a perfect design for the items so do not put so much effort in that, just a simple design is enough.
So What does matter to us?
- a clean structure of codebase
- clean code practices
- getting familiar with state management practices & patterns
- finally & most important, ability to learn (this project is primarily a test to see how you can learn the things you do not know, so don't be afraid if you don't know a subject, that is our goal)
- Fork this repository
- Estimate the develop & send it to us
- Break and specify your tasks in project management tool
- Learn & Develop
- Push your code to your repository
- Send us a pull request, we will review and get back to you
- Enjoy
Finally don't be afraid to ask something from your mentor
Best wishes for you