Skip to content

A contacts list App getting data from a API applying the following http methods: get, post, put and delete.

Notifications You must be signed in to change notification settings

cindistar/contacts-list-api-app

Repository files navigation

Contacts List App (from API)

This project shows how to implement a contacts list app with CRUD.

App Overview

It's a Contacts List App getting data from / to API applying 4 http methods: get, post, put and delete. I've also created a REST API JSON server in order to have my application running easily and I need to mention it has a search bar as well.

Packages

The app uses the following packages:

Note

This application uses setState method for state management which is a built-in solution in Flutter.

About

A contacts list App getting data from a API applying the following http methods: get, post, put and delete.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages