Initialize Android client skeleton

This commit is contained in:
Misaka
2026-05-15 20:12:07 +08:00
commit 6b51fc5f99
27 changed files with 1039 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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.