clear-flutter-env

用于在 macOS 上清除 Flutter 环境变量 (FLUTTER_STORAGE_BASE_URL 和 PUB_HOSTED_URL)。适用于需要重置环境或解决 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 "clear-flutter-env" with this command: npx skills add hu-wentao/wyatt_skills/hu-wentao-wyatt-skills-clear-flutter-env

清除 Flutter 环境变量 (macOS)

概述

此技能允许用户在 macOS 平台上快速清除 FLUTTER_STORAGE_BASE_URLPUB_HOSTED_URL 两个环境变量。这在切换 Flutter 镜像源或重置开发环境时非常有用。

核心任务

清除环境变量

用户可以直接请求清除 Flutter 相关的环境变量。该操作将执行以下命令:

unset FLUTTER_STORAGE_BASE_URL
unset PUB_HOSTED_URL

资源

scripts/

  • clear_flutter_env.sh: 执行 unset 命令的 Shell 脚本。

如何使用

  1. 直接执行: 告知用户执行以下命令:
    unset FLUTTER_STORAGE_BASE_URL
    unset PUB_HOSTED_URL
    
  2. 运行脚本: 如果需要,可以运行提供的脚本: ./scripts/clear_flutter_env.sh

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.

General

git-worktree

No summary provided by upstream source.

Repository SourceNeeds Review
General

publish-flutter-package

No summary provided by upstream source.

Repository SourceNeeds Review
General

update-wyatt-skills

No summary provided by upstream source.

Repository SourceNeeds Review
General

Lyrics

Lyrics - command-line tool for everyday use

Registry SourceRecently Updated