flutter-styleguide
v1.0.0Mandatory Flutter/Dart architecture and code style: pub workspace, flutter_bloc, go_router, injectable, dart_mappable.
By Tim0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install flutter-styleguide@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/timdavidfriedrich/flutter-workspaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/flutter-styleguide/.
Plugin files
├── .claude-plugin/plugin.json├── skills/add-feature/SKILL.md├── skills/new-project/SKILL.md└── skills/styleguide/SKILL.md
Included Skills3
Add a feature package to an existing Flutter workspace and wire it into the workspace list, app dependencies and DI composition root. Use when the user asks for a new feature, module or package in a project scaffolded from the flutter-workspace template.
Scaffold a new Flutter workspace project from the flutter-workspace template. Use when the user explicitly asks to create, start or set up a new Flutter project. Not for adding to an existing one.
Mandatory architecture, code style and conventions for this Flutter/Dart project. Use before writing, editing or reviewing any Dart file, and whenever creating a screen, widget, Bloc, Cubit, repository, data source, model, mapper, use case, route, DI registration or ARB string, or when setting up packages, running codegen or touching pubspec.yaml.
Plugin manifests1
{
"name": "flutter-styleguide",
"description": "Mandatory Flutter/Dart architecture and code style: pub workspace, flutter_bloc, go_router, injectable, dart_mappable.",
"version": "1.0.0",
"author": {
"name": "Tim"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[flutter-styleguide on Agent Plugins Marketplace](https://pluginsmp.com/plugins/flutter-styleguide)