Skip to content

flutter build web --wasm doesn't update output with code changes #122159

@kevmoo

Description

@kevmoo

this code: https://github.com/kevmoo/flutter_web_number_fun at kevmoo/flutter_web_number_fun@8109765

Flutter at 80be2bf

Repro:

  • edit code in lib/main.dart that changes the output
  • rebuild

Expected:

  • output updates to show change

Actual:

  • no-opt

Work-around

  • rm -rf .dart_tool and rebuild

Note: deleting build/web_wasm does NOT fix it. Have to delete .dart_tool

Metadata

Metadata

Labels

P1High-priority issues at the top of the work listplatform-webWeb applications 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