movies_peaple

Features

list of popular people paginating

view person details on seprate screen with list of clickable images

view each image in original size in seprate screen

ability to save image to local storage

Overview on architecture and state management

I have used layered clean architecture(data-domain-presentation)

I have used bloc as state management

All Exception is handled on Data layer

In domain layer Exception is decoded to Failure to be emitted in presentation

![Popular persons list]Screenshot_1 ![person details]Screenshot_2 ![Person images]Screenshot_3 ![Person image in preview screen]Screenshot_4 ![Successful dialoge] Screenshot_5