flutter-databases
Architects and implements robust data persistence in Flutter using the Repository pattern and SQLite.
Install
npx skills add https://github.com/flutter/skills --skill flutter-databasesStats
| Total installs | 966 |
| Weekly installs | 960 |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Guides selection of persistence technology (shared_preferences, sqflite, drift, hive_ce, isar_community, or file I/O) based on data type, size, and relational complexity
- Implements Repository as single source of truth, isolating DatabaseService and ApiClient as private stateless dependencies
- Provides complete code examples for domain models, SQLite operations, and offline-first sync patterns with parameterized queries to prevent SQL injection
- Enforces architectural constraints: UI layer accesses only Repository, services remain stateless, database connection verified before operations
Tags
Related skills
| Skill | Installs | vs flutter-databases |
|---|---|---|
| csharp-developer | 1,247 | +281 |
| mysql-best-practices | 948 | -18 |
| convex-security-audit | 1,077 | +111 |
| personal-assistant | 1,361 | +395 |
| wp-plugin-development | 949 | -17 |
FAQ
- How many installs does flutter-databases have?
- flutter-databases has 966 total installs and 960 installs this week.
- Where is flutter-databases hosted?
- flutter-databases is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-databases have?
- flutter-databases has 833 GitHub stars.
- When was flutter-databases first indexed?
- OrangeBot.AI first indexed flutter-databases on Mar 4, 2026.
- How do I install flutter-databases?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-databases