← 返回 Skills 市场
ivangdavila

Flutter

作者 Iván · GitHub ↗ · v1.0.1
linuxdarwinwin32 ✓ 安全检测通过
2378
总下载
5
收藏
12
当前安装
2
版本数
在 OpenClaw 中安装
/install flutter
功能描述
Build performant cross-platform apps with Flutter widgets, state management, and platform integration.
使用说明 (SKILL.md)

Quick Reference

Topic File
setState, state loss, keys state.md
build method, context, GlobalKey widgets.md
FutureBuilder, dispose, mounted async.md
Context after pop, deep linking navigation.md
const, rebuilds, performance performance.md
Platform channels, null safety platform.md

Critical Rules

  • setState after dispose — check mounted before calling, crashes otherwise
  • Key missing on list items — reordering breaks state, always use keys
  • FutureBuilder rebuilds on parent rebuild — triggers future again, cache the Future
  • BuildContext after async gap — context may be invalid, check mounted first
  • const constructor — prevents rebuilds, use for static widgets
  • StatefulWidget recreated — key change or parent rebuild creates new state
  • GlobalKey expensive — don't use just to access state, pass callbacks instead
  • dispose incomplete — cancel timers, subscriptions, controllers
  • Navigator.pop with result — returns Future, don't ignore errors
  • ScrollController not disposed — memory leak
  • Image caching — use cached_network_image, default doesn't persist
  • PlatformException not caught — platform channel calls can throw
安全使用建议
This is an instruction-only Flutter best-practices guide and appears internally consistent. Before installing, ensure you trust the runtime that will execute the skill (the agent may invoke the local `flutter` binary if it runs commands). Because the skill can be invoked by the agent, consider limiting agent permissions if you do not want it to run arbitrary local binaries or modify your workspace. No credentials, downloads, or external endpoints are requested by this skill.
功能分析
Type: OpenClaw Skill Name: flutter Version: 1.0.1 The skill bundle consists solely of metadata and markdown documentation files providing reference material on Flutter development best practices and common pitfalls. There is no executable code, no instructions for the AI agent to perform any actions beyond displaying information, and no indicators of data exfiltration, malicious execution, persistence, or prompt injection attempts. The `SKILL.md` correctly declares a dependency on the `flutter` binary, which is appropriate for a Flutter-related skill.
能力评估
Purpose & Capability
Name/description match the provided files and required binary. The only required binary is `flutter`, which is appropriate for a Flutter development helper.
Instruction Scope
SKILL.md and the included markdown files contain static guidance about Flutter pitfalls (state, async, navigation, performance, platform channels). They do not instruct reading unrelated files, accessing environment variables, contacting external endpoints, or performing system-wide operations.
Install Mechanism
No install spec and no code files — the skill is instruction-only so nothing will be written or downloaded by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. That is proportionate for documentation/guide functionality.
Persistence & Privilege
always is false and there is no request to modify other skills or agent-wide config. The skill does not request persistent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install flutter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /flutter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release
v1.0.0
Initial release
元数据
Slug flutter
版本 1.0.1
许可证
累计安装 12
当前安装数 12
历史版本数 2
常见问题

Flutter 是什么?

Build performant cross-platform apps with Flutter widgets, state management, and platform integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2378 次。

如何安装 Flutter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install flutter」即可一键安装,无需额外配置。

Flutter 是免费的吗?

是的,Flutter 完全免费(开源免费),可自由下载、安装和使用。

Flutter 支持哪些平台?

Flutter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Flutter?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。

💬 留言讨论