Skip to content

fishimve/eds

Repository files navigation

eds_test

A Flutter app that uses JSONPlaceholder API to cache users, posts, comments, albums, and photos locally using SQLite Database.

Developed using Stacked Architecture.

Requirements

  • Make sure you have Flutter SDK 2.15.1 and over
  • Internet connection

Demo

  • The main screen shows all user given by the API Users screen
  • Clicking on the user opens his detailed screen User's details
  • Clicking on a user's posts widget opens a list of all posts made by this user User posts
  • Clicking on a specific post opens comments list. Post comments
  • Clicking on the 'Create a comment' button opens a create comment screen Create a comment
  • Going back to user's details screen, clicking on albums widget opens up user's album list Users albums
  • Clicking on the 'Grid' or 'Slideshow' button opens a grid or slideshow of all photos in the album Photos grid Photos slideshow

About

A mini app demo that gets data from JSONPlaceholder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages