
Simple CRUD Riverpod Flutter + Strapi API + Offline Database with Isar
Flutter is a framework that allows developers to build native apps for both iOS and Android platforms using a single codebase. This repository focuses on learning how to use Riverpod for state management and implementing CRUD operations with the Strapi backend.
This repository provides a Flutter app that demonstrates the implementation of CRUD operations with the Strapi backend using Riverpod for state management. With features like offline support, Isar database for efficient data storage, and various packages for HTTP requests, routing, and code generation, the app offers a comprehensive solution for building native apps on iOS and Android platforms with Flutter.

Flutter is an open-source UI framework developed by Google that allows developers to create high-performance, cross-platform mobile applications with a single codebase.