/json_placeholder_flutter_example

Riverpod data caching and CRUD example with the JsonPlaceholder API

Primary LanguageDartMIT LicenseMIT

Riverpod data caching and CRUD example with the JsonPlaceholder API

A simple project showing how to use Riverpod to fetch and cache data from the jsonplaceholder API.

ListView and post details screen

Motivation

I built this sample app to show how to do data caching with Riverpod.

For all the details, read this article:

Packages in use