Skip to main content
Back to registry

flutter

alinaqi/claude-bootstrap

Installs308
Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill flutter
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Load with: base.md - ❌ Provider without autoDispose - Use .autoDispose to prevent memory leaks - ❌ watch in callbacks - Use ref.read() in onPressed/callbacks, not ref.watch() - ❌ Business logic in widgets - Move to Notifiers/providers - ❌ Mutable state in providers - Use Freezed for immutable models - ❌ Not using AsyncValue - Handle loading/error states with when() - ❌ setState with Riverpod - Use providers for shared state - ❌ Passing ref to functions - Keep ref usage within widgets/providers - ❌ Deeply nested Consumer - Use ConsumerWidget instead - ❌ Not using family for params - Use .family for parameterized providers - ❌ Global GoRouter instance - Use Provider for router with redirect logic - ❌ BuildContext across async - Store values before await, not context - ❌ Ignoring dispose - Clean up controllers in ConsumerStatefulWidget

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 do?

flutter is listed in SkillJury, but the source summary is still sparse.

Is flutter good?

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

What agent does flutter work with?

flutter currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to flutter?

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

How do I install flutter?

npx skills add https://github.com/alinaqi/claude-bootstrap --skill flutter

Related skills

More from alinaqi/claude-bootstrap

Related skills

Alternatives in Software Engineering