An Unsplash client built using Flutter. It is currently work in progress, the aim is to create a well structured application with Bloc Pattern using [Provider]
Package offered by flutter team itself.
Read More about Provider Package.
At the moment it only consists of a Home Screen and Image Detail Screen
- Home Screen is basically the list of top images provided by Unsplash:
- Image Detail Screen will show the details of select screen.
- Image detail page using Provider (Bloc Pattern) to avoid multiple api calls.
- Using masonry layout to show list of images.