16 lines
527 B
Markdown
16 lines
527 B
Markdown
# TermRemoteCtl Mobile App
|
|
|
|
This directory contains the Flutter client for TermRemoteCtl.
|
|
|
|
## Current State
|
|
- Minimal bootstrap shell only
|
|
- No remote control workflows implemented yet
|
|
|
|
## Local Development
|
|
1. Run `C:\tools\flutter\bin\flutter.bat pub get`
|
|
2. Run `C:\tools\flutter\bin\flutter.bat test`
|
|
3. Run `C:\tools\flutter\bin\flutter.bat run`
|
|
|
|
## Purpose
|
|
This app will eventually provide the mobile control surface for the Windows agent, but at this stage it only verifies that the Flutter workspace is wired correctly.
|