Skip to content

Commit 2497270

Browse files
Update README.md
1 parent d75599e commit 2497270

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ flutter pub run build_runner build --delete-conflicting-outputs
3737
flutter run
3838
```
3939

40+
Normally, desktop app (macOS, Windows, Linux) will be server and mobile app (Android, iOS) will be client role. But roles can be reversed, let's try and enjoy :)
41+
42+
**Note**
43+
- Remember to connect both server and client app in the same network
44+
- iOS:
45+
To keep iOS app persisting on your device, recommend running it in release mode: `flutter run --release` (you can not reopen app if running it in debug mode)
46+
4047

4148

4249

0 commit comments

Comments
 (0)