We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfdb62 commit b66a1f6Copy full SHA for b66a1f6
CONTRIBUTING.md
@@ -105,4 +105,17 @@ It should work now.
105
106
## Flutter client
107
108
-TBD
+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