Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner authored Oct 6, 2023
1 parent 4bfdb62 commit b66a1f6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,17 @@ It should work now.

## Flutter client

TBD
Add the following to `~/.zprofile` (or other profile scripts for your OS):

```
# Flet
export FLET_VIEW_PATH="$HOME/Projects/flet-dev/flet/client/build/macos/Build/Products/Release"
export FLET_WEB_PATH="$HOME/Projects/flet-dev/flet/client/build/web"
```

If you have Microsoft Edge installed and want to use it for debugging Flutter apps:

```
# Flutter
export CHROME_EXECUTABLE="/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge"
```

0 comments on commit b66a1f6

Please sign in to comment.