flutter-environment-setup-windows

安装量: 836
排名: #11340

安装

npx skills add https://github.com/flutter/agent-plugins --skill flutter-environment-setup-windows

Goal Configures a Windows development environment for building Flutter applications targeting Windows Desktop and Android. Analyzes system requirements, modifies environment variables, installs necessary C++ toolchains, manages platform-specific configurations, and generates self-signed certificates for local Windows application deployment. Assumes the host machine is running Windows 10 or 11 with administrative privileges available for system modifications. Instructions Configure Flutter SDK and Environment Variables Extract the Flutter SDK to a secure, user-writable directory (e.g., C:\develop\flutter ). Do not place it in C:\Program Files\ . Execute the following PowerShell command to append the Flutter bin directory to the user's PATH : $flutterBinPath = "C:\develop\flutter\bin" $currentUserPath = [Environment] ::GetEnvironmentVariable ( "Path" , [EnvironmentVariableTarget] ::User ) if ( $currentUserPath -notmatch [regex] ::Escape ( $flutterBinPath ) ) { [Environment] ::SetEnvironmentVariable ( "Path" , " $currentUserPath ; $flutterBinPath " , [EnvironmentVariableTarget] ::User ) } Show more Installs – Repository flutter/agent-plugins GitHub Stars 2.8K First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn

返回排行榜