-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
67 lines (53 loc) · 1.85 KB
/
Copy pathconfig.example.yaml
File metadata and controls
67 lines (53 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# FlutterWrapper configuration template
# Copy this file to .flutterwrapper/config.yaml and edit values for your environment.
#
# Generated by: cp config.example.yaml .flutterwrapper/config.yaml
# Or: install.ps1 -Auto (auto-detects and generates config)
version: 1
wsl:
# WSL distro name (wsl.exe -d <distro>)
# List installed: wsl.exe --list --quiet
distro: Ubuntu-24.04
flutter:
# SDK provider: vfox | fvm | manual
provider: vfox
# Absolute path to flutter executable inside WSL.
# vfox: /home/<user>/.vfox/sdks/flutter/bin/flutter
# fvm: /home/<user>/fvm/default/bin/flutter
# manual: any absolute WSL path
executable: /home/user/.vfox/sdks/flutter/bin/flutter
dart:
# Same SDK as flutter, just replace /flutter with /dart at end.
executable: /home/user/.vfox/sdks/flutter/bin/dart
java:
# Absolute path to JDK inside WSL (for Gradle).
# vfox: /home/<user>/.vfox/sdks/java
home: /home/user/.vfox/sdks/java
chrome:
# Optional: Chrome/Edge executable for flutter web.
# Leave empty if not using web, or use web-server mode.
executable:
pub:
# PUB_CACHE location inside WSL.
# Default: $HOME/.pub-cache
cache:
workspace:
# UNC prefix for WSL->Windows path translation.
# Format: \\wsl.localhost\<distro>
uncPrefix: \\wsl.localhost\Ubuntu-24.04
# Where WSL mounts Windows drives (usually /mnt).
driveMount: /mnt
# Drive letter mapped to UNC prefix (via net use).
# Required for Android Studio to open projects on WSL filesystem.
# CMD.EXE does not support UNC paths as current directory.
mappedDrive: W
daemon:
# TCP port for flutter daemon bridge.
tcpPort: 9876
android:
# Path to Windows Android SDK.
# If not set, reads ANDROID_HOME or ANDROID_SDK_ROOT env vars.
sdkPath:
# Optional: WSL-local Android SDK (only for NDK + cmake).
# Windows NDK .exe cannot run in WSL; use Linux NDK here.
wslSdkPath: