Loading...
Loading...
Sets up a Windows environment for Flutter development. Use when configuring a Windows machine to run, build, or deploy Flutter applications for Windows desktop or Android.
npx skill4agent add flutter/skills flutter-setting-up-on-windowsC:\src\flutterC:\Program Files\binbinPATHPATHflutter doctor -vflutter config --no-enable-<platform>flutter config --no-enable-windows-desktopflutter devicesflutter build windowsbuild\windows\runner\Release\Release.exe.dlldatamsvcp140.dllvcruntime140.dllvcruntime140_1.dll.zipbinPATHopenssl genrsa -out mykeyname.key 2048openssl req -new -key mykeyname.key -out mycsrname.csropenssl x509 -in mycsrname.csr -out mycrtname.crt -req -signkey mykeyname.key -days 10000.pfxopenssl pkcs12 -export -out CERTIFICATE.pfx -inkey mykeyname.key -in mycrtname.crt.pfxRelease_Archive/
│ my_flutter_app.exe
│ flutter_windows.dll
│ msvcp140.dll
│ vcruntime140.dll
│ vcruntime140_1.dll
│
└───data/
│ app.so
│ icudtl.dat
│ ...