Skip to content

Commit b66a1f6

Browse files
Update CONTRIBUTING.md
1 parent 4bfdb62 commit b66a1f6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,17 @@ It should work now.
105105

106106
## Flutter client
107107

108-
TBD
108+
Add the following to `~/.zprofile` (or other profile scripts for your OS):
109+
110+
```
111+
# Flet
112+
export FLET_VIEW_PATH="$HOME/Projects/flet-dev/flet/client/build/macos/Build/Products/Release"
113+
export FLET_WEB_PATH="$HOME/Projects/flet-dev/flet/client/build/web"
114+
```
115+
116+
If you have Microsoft Edge installed and want to use it for debugging Flutter apps:
117+
118+
```
119+
# Flutter
120+
export CHROME_EXECUTABLE="/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge"
121+
```

0 commit comments

Comments
 (0)