Skip to content

nilva-challenge/Flutter-ImageSuperList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

In name of Allah

Flutter client for lazily loaded list

Introduction

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:

  1. UI with basic functionality
  2. implementing a more complex logic

Step 1: UI

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).

Step 2 (complementary): Logic

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)

complementary notes

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.

Expectations

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)

Tasks

  1. Fork this repository
  2. Estimate the develop & send it to us
  3. Break and specify your tasks in project management tool
  4. Learn & Develop
  5. Push your code to your repository
  6. Send us a pull request, we will review and get back to you
  7. Enjoy

Finally don't be afraid to ask something from your mentor

Best wishes for you

About

Flutter client for lazily loaded image list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published