Verify a generated app (sprout create) via flutter run + Dart VM RPC #3
Labels
No labels
area:auth
area:cli
area:example
area:infra
area:state
area:ui
bug
cleanup
deferred
dependencies
documentation
duplicate
enhancement
epic
github_actions
good first issue
help wanted
invalid
priority: p0
priority: p1
priority: p2
question
spike
status: backlog
status: done
status: in-progress
status: ready
status: review
status: testing
type: chore
type: docs
type: feature
type: fix
type: infra
type: test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kevin/sprout#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)/counter/resetand confirm aDialogRouteis on the stack (URL-addressable dialog)AppSettingsController; switch locale and confirm l10n strings changecontext.toastinserts + auto-dismissesReframed: 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.
Delivered in #63: tool/vm_smoke.dart +
melos run verify:appboot a generated app and inspect/control it over the Dart VM Service RPC. Verified green on macOS.