flutter-working-with-databases

Installation
SKILL.md

Architecting the Data Layer

Contents

Core Architecture

Construct the data layer as the Single Source of Truth (SSOT) for all application data. In an MVVM architecture, the data layer represents the Model. Never update application data outside of this layer.

Separate the data layer into two distinct components: Repositories and Services.

Installs
8.6K
GitHub Stars
2.8K
First Seen
Mar 13, 2026
flutter-working-with-databases — flutter/agent-plugins