Commit Graph

4 Commits

Author SHA1 Message Date
Yudai Katsume 63fa294307 refactor: integrate flutter-golden-test with main branch structure
- Merge main branch to sync with PR #91 changes
- Add flutter-golden-test to marketplace.json (v0.3.0)
- Update flutter_development/README.md with flutter-golden-test info

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 13:14:03 +09:00
Yudai Katsume 8c9a546285 docs: update flutter_development README with new structure
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 12:47:36 +09:00
Pregum 3854a95e5a Fix author name: HINO, Yusaku -> HINO, Yasushi
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 12:51:40 +09:00
Pregum 680000225e Add Flutter Widget Implementation Assistant plugin
Flutter開発向けのインタラクティブなWidget実装アシスタントを追加しました。

主な機能:
- インタビュー形式でWidget実装の要件を収集
- 3つの質問を通じて最適なアーキテクチャを決定
  1. 状態管理の必要性 (StatefulWidget vs StatelessWidget)
  2. Widget種別 (Screen vs Component)
  3. 状態共有の判断 (Riverpod使用 vs 不使用)
- 構造化された実装仕様書の自動生成
- Flutter/AutoRoute/Riverpodのベストプラクティスに基づいた設計支援

プラグイン構成:
- flutter_development/.claude-plugin/plugin.json
- flutter_development/skills/flutter-widget-assistant/SKILL.md
- flutter_development/README.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 12:51:40 +09:00