flutter-setting-up-on-macos

作成者: flutter

We need to translate the given English text into Japanese. The text describes an automated macOS environment configuration for Flutter development. We must preserve the name "flutter-setting-up-on-macos" but it's not in the text, so we don't include it. We translate the text inside <text> only. No extra commentary, no labels. The translation should be natural Japanese, keeping technical terms like Xcode, CocoaPods, flutter doctor, etc. as is. Also preserve numbers and URLs if any (none here). The text ends with ellipsis, so we keep that. Translation: "Flutter開発のためのmacOS環境自動設定(XcodeとCocoaPodsのセットアップを含む)。Xcodeコマンドラインツールのインストールとリンク、デベロッパーライセンスの承諾、CocoaPodsの依存関係管理をガイドします。flutter doctorとflutter devicesを使用して適切な環境設定とmacOSデスクトップ認識を確認する検証ワークフ

npx skills add https://github.com/flutter/skills --skill flutter-setting-up-on-macos

flutterのその他のスキル

adding-release-notes
flutter
DevToolsのリリースノートにユーザー向けの変更説明を追加します。NEXT_RELEASE_NOTES.mdファイルに改善点、修正、新機能を文書化する際に使用します。
official
dart-modern-features
flutter
モダナイゼーションの候補を見つけるには:
official
api-review
flutter
指定されたコードを標準的なAPI設計ガイドラインに照らしてレビューします。ユーザーがAPIレビューを依頼した場合や、コードをAPI設計に照らして確認したい場合にこのスキルを使用します。
official
code-documentation
flutter
効果的なコードドキュメントを書くためのガイド。docstring、JSDoc、dartdoc、実装コメントを含む。新しいコードを書く際や追加する際にこのスキルを使用する。
official
dart-add-unit-test
flutter
Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains…
official
dart-build-cli-app
flutter
エントリポイント構造、終了コード、クロスプラットフォームのスクリプト。コマンドラインユーティリティ、スクリプト、またはアプリケーションを構築する際に使用します。
official
dart-collect-coverage
flutter
coverageパッケージを使用してカバレッジを収集し、LCOVレポートを作成します
official
dart-fix-runtime-errors
flutter
get_runtime_errors と lsp を使用してアクティブなスタックトレースを取得し、失敗している行を特定して修正を適用し、hot_reload で解決を確認します。
official