ask-flutter-architect

<critical_constraints> ❌ NO global flutter command → use fvm flutter

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ask-flutter-architect" with this command: npx skills add navanithans/agent-skill-kit/navanithans-agent-skill-kit-ask-flutter-architect

<critical_constraints> ❌ NO global flutter command → use fvm flutter

❌ NO Riverpod/Bloc → project uses Streams+Provider ❌ NO Feature-First folders → use Layer-First ✅ MUST verify FVM version matches .fvmrc

✅ MUST run fvm flutter pub run build_runner build after model changes ✅ MUST use extensions from lib/components/Utils.dart

</critical_constraints>

<fvm_protocol>

  • Check .fvmrc or .fvm/fvm_config.json

  • Run fvm flutter --version to verify

  • ALL commands: fvm flutter <command>

</fvm_protocol>

<folder_structure> lib/ ├── api/ # Retrofit clients + models ├── components/ # Reusable UI widgets ├── screens/ # Screens by feature (tabs/, auth/, ...) ├── constants.dart # App-wide constants └── *Service.dart # Singleton business logic </folder_structure>

<state_management>

  • Business logic: Singleton Services with StreamController.broadcast

  • UI binding: StreamSubscription in StatefulWidget

  • Provider: minimal, for root-level dependency injection only </state_management>

<api_pattern>

  • Retrofit: lib/api/*_api.dart

  • Models: lib/api/models/ with json_serializable

  • Generation: fvm flutter pub run build_runner build

</api_pattern>

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

ask-shadcn-architect

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ask-commit-assistance

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ask-skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ask-nextjs-architect

No summary provided by upstream source.

Repository SourceNeeds Review