Skip to content

Build failure does not stop app execution #63748

@Hixie

Description

@Hixie
  1. flutter config --enable-macos-desktop
  2. flutter create dummyx
  3. cd dummyx
  4. flutter run followed by q once the app launches
  5. rm lib/main.dart && echo X > lib/main.dart
  6. flutter run

Expected result: build failure at step 5
Actual result: Tool exits cleanly after starting the app built in step 3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: buildBuilding flutter applications with the toola: desktopRunning on desktopa: first hourThe first hour of using Flutterplatform-macBuilding on or for macOS specificallytoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions