Skip to main content
Back to registry

flutter-drift

madteacher/mad-agents-skills

Comprehensive guide for using drift database library in Flutter applications.

Installs245
Install command
npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-drift
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive guide for using drift database library in Flutter applications. Flutter Drift skill provides complete guidance for implementing persistent local storage in Flutter apps using the drift library. Drift is a reactive persistence library for Flutter built on SQLite, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform support. Add dependencies to pubspec.yaml : Define database: Run code generator: See detailed documentation for each topic: Uses drift_flutter with getApplicationSupportDirectory . Place sqlite3.wasm and drift_worker.js in web/ folder. Use in-memory database for tests: Ensure operations go through drift APIs, not raw SQLite. - setup.md - Flutter-specific setup with drift_flutter - tables.md - Table definitions, columns, constraints - queries.md - SELECT, WHERE, JOIN, aggregations - writes.md - INSERT, UPDATE, DELETE, transactions - streams.md - Reactive stream queries - migrations.md - Database schema migrations - flutter-ui.md - Flutter UI integration patterns - Use drift_flutter for easy database setup across platforms - StreamBuilder for reactive UI updates - Provider/Riverpod for database access management - Close database on app/widget dispose - Use migrations when schema changes - Index columns used in WHERE clauses - Limit stream query size for performance - Use transactions for multi-step operations - Debounce...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does flutter-drift do?

Comprehensive guide for using drift database library in Flutter applications.

Is flutter-drift good?

flutter-drift does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does flutter-drift work with?

flutter-drift currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to flutter-drift?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install flutter-drift?

npx skills add https://github.com/madteacher/mad-agents-skills --skill flutter-drift

Related skills

More from madteacher/mad-agents-skills

Related skills

Alternatives in Software Engineering