Verify a generated app (sprout create) via flutter run + Dart VM RPC #3

Closed
opened 2026-08-02 06:09:40 +00:00 by scheerenkevin · 2 comments
scheerenkevin commented 2026-08-02 06:09:40 +00:00 (Migrated from github.com)

Behaviour is covered by widget tests, but do a live drive per the project's debugging convention.

  • cd apps/example && flutter run (note the VM Service URI)
  • Deep-link /counter/reset and confirm a DialogRoute is on the stack (URL-addressable dialog)
  • Toggle theme via AppSettingsController; switch locale and confirm l10n strings change
  • Confirm context.toast inserts + auto-dismisses
Behaviour is covered by widget tests, but do a live drive per the project's debugging convention. - [ ] `cd apps/example && flutter run` (note the VM Service URI) - [ ] Deep-link `/counter/reset` and confirm a `DialogRoute` is on the stack (URL-addressable dialog) - [ ] Toggle theme via `AppSettingsController`; switch locale and confirm l10n strings change - [ ] Confirm `context.toast` inserts + auto-dismisses
scheerenkevin commented 2026-08-02 15:39:36 +00:00 (Migrated from github.com)

Reframed: apps/example is being removed (#32). The automated integration slice is superseded by the cli:e2e gate (#31); this issue remains for the manual flutter run + Dart VM Service RPC drive of a generated app.

Reframed: apps/example is being removed (#32). The automated integration slice is superseded by the cli:e2e gate (#31); this issue remains for the manual flutter run + Dart VM Service RPC drive of a **generated** app.
scheerenkevin commented 2026-08-02 20:27:27 +00:00 (Migrated from github.com)

Delivered in #63: tool/vm_smoke.dart + melos run verify:app boot a generated app and inspect/control it over the Dart VM Service RPC. Verified green on macOS.

Delivered in #63: tool/vm_smoke.dart + `melos run verify:app` boot a generated app and inspect/control it over the Dart VM Service RPC. Verified green on macOS.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
kevin/sprout#3
No description provided.