Skip to content

nileshkant/Rewall_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rewall - Work in Progress

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.

Screens

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.

Features

  • Image detail page using Provider (Bloc Pattern) to avoid multiple api calls.
  • Using masonry layout to show list of images.

ScreenShots

enter image description here

enter image description here

enter image description here