20 lines
369 B
Markdown
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.
|
|
|