Initialize Android client skeleton
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal 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.
|
||||
|
||||
Reference in New Issue
Block a user