tajjacob / flutter-assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Test


Dummy Profile Listing

  • Figma - Please refer to the given UI
  • Postman - Please refer to the give API documentation

Features

  • All the data should store in persistent storage
  • Profile listing view
    • Able to sync data from API
    • Able to swipe to perform actions (edit/delete) UI
    • Able to delete profile
    • Able to show favorite listing
    • Able to filter (search) in the listing
    • Able to goto email app onClick [Send Email] button
  • Profile detail view
    • Able to make favorite / unfavorite
    • Able to goto email app onClick [Send Email] button
  • Manage profile view
    • Able to edit / delete profile

What you need to do?

  • Fork this repo under your own Github account and make it public.
  • Develop an app with the given UI from Figma and API documentation from Postman
  • Please fulfil features given above

Notes

  • The provided API is static (Update, Create, Delete) just a dummy response.

About