TermRemoteCtl/apps/mobile_app
2026-04-11 08:37:17 +08:00
..
android Refine terminal input and session replay behavior 2026-04-01 21:37:08 +08:00
integration_test Complete terminal session flow stabilization 2026-03-30 10:32:32 +08:00
ios Fix iOS release startup and persist agent URL 2026-04-06 10:10:32 +08:00
lib fix terminal input ids across page re-entry 2026-04-11 08:37:17 +08:00
test fix terminal input ids across page re-entry 2026-04-11 08:37:17 +08:00
.gitignore chore: generate flutter mobile scaffold 2026-03-27 10:35:45 +08:00
.metadata chore: generate flutter mobile scaffold 2026-03-27 10:35:45 +08:00
analysis_options.yaml chore: generate flutter mobile scaffold 2026-03-27 10:35:45 +08:00
pubspec.lock Fix iOS release startup and persist agent URL 2026-04-06 10:10:32 +08:00
pubspec.yaml Fix iOS release startup and persist agent URL 2026-04-06 10:10:32 +08:00
README.md fix: neutralize task 1 scaffolds 2026-03-27 10:41:05 +08:00

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.