Flutter Drift

🌐Community
by madteacher · vlatest · Repository

Dynamically adjusts Flutter UI element positions based on subtle user motion for a more organic, responsive feel.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add flutter-drift npx -- -y @trustedskills/flutter-drift
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "flutter-drift": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/flutter-drift"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The flutter-drift skill provides a type-safe SQLite database access layer for Flutter applications. It simplifies database interactions, reducing boilerplate code and improving developer productivity by generating Dart code from SQL queries. This allows developers to work with databases in a more structured and maintainable way within their Flutter projects.

When to use it

  • Building Flutter apps requiring local data storage: Ideal for offline functionality or storing user preferences.
  • Managing complex database schemas: Simplifies working with multiple tables, relationships, and queries.
  • Improving code readability and maintainability: Type safety reduces errors and makes the codebase easier to understand.
  • Rapid prototyping of Flutter applications: Speeds up development by automating much of the database interaction logic.

Key capabilities

  • Type-safe SQLite access
  • Code generation from SQL queries
  • Simplified database interactions
  • Reduced boilerplate code
  • Support for complex database schemas

Example prompts

  • "Generate a Dart class for a table named 'users' with columns id, name, and email."
  • "Create a query to select all users where the name starts with 'A'."
  • "Show me how to insert data into the 'products' table."

Tips & gotchas

  • Requires familiarity with SQL and Flutter development.
  • The generated code needs to be integrated into your existing Flutter project structure.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
madteacher
Installs
0

🌐 Community

Passed automated security scans.