Files
android/README.md
2026-05-15 20:12:07 +08:00

20 lines
369 B
Markdown

# WirelessTextSyncer Android
Android client for WirelessTextSyncer.
## Stack
- Flutter
- WebSocket client
- Shared preferences for the last connection target
## Development
```powershell
flutter pub get
flutter run
```
The initial client connects to the Windows tray server with an IP address and port, then streams text changes from the full-screen input area.