flutter-working-with-databases
Architects Flutter data layers using Repositories and Services with SQLite for offline-first synchronization.
Install
npx skills add https://github.com/flutter/skills --skill flutter-working-with-databasesStats
| Total installs | 2,221 |
| Weekly installs | 2.2K |
| GitHub stars | 833 |
| First seen | Mar 13, 2026 |
| Source | @flutter/skills |
Summary
- Separates data layer into stateless Services (raw data wrappers) and business-logic Repositories (single source of truth per domain entity)
- Implements offline-first synchronization: reads yield cached local data immediately then fetch remote updates; writes save locally first, then attempt API sync with background queue fallback
- Covers SQLite setup with safe parameterized queries, Domain Model transformation, and caching strategies for key-value, large datasets, and images
- Includes complete code examples for Repository streams, Database Service implementation, and step-by-step workflows for adding new data features
Tags
Related skills
| Skill | Installs | vs flutter-working-with-databases |
|---|---|---|
| convex-schema-validator | 1,739 | -482 |
| langchain-rag | 2,643 | +422 |
| prisma-cli | 2,717 | +496 |
| payload | 1,858 | -363 |
| data-analyst | 1,862 | -359 |
FAQ
- How many installs does flutter-working-with-databases have?
- flutter-working-with-databases has 2,221 total installs and 2.2K installs this week.
- Where is flutter-working-with-databases hosted?
- flutter-working-with-databases is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-working-with-databases have?
- flutter-working-with-databases has 833 GitHub stars.
- When was flutter-working-with-databases first indexed?
- OrangeBot.AI first indexed flutter-working-with-databases on Mar 13, 2026.
- How do I install flutter-working-with-databases?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-working-with-databases