Skip to content

Make build notifications uses Notifications instead of Window progress #3118

@DanTup

Description

@DanTup

#2970 was intended to make hot reload/restart progress configurable, but leave build progress larger (notifications). However it appears the condition is accidentally make all non-hot-reload notifications smaller too.

The condition should be:

  • if not hot reload/hot restart, always Notification
  • else, use the config.hotReloadProgress setting to decide

Metadata

Metadata

Assignees

No one assigned

    Labels

    in debuggingRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsis enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions