mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This will make * `flutter run` have source maps enabled by default * `flutter build` have source maps disabled by default which mirrors what happens already today with the js compilers. For local development this works quite well - even better than with dart2js (see dart2js issues in [0]). We do have some follow-up items for source maps in dart2wasm compiler, see [1] [0] [flutter/flutter/issues/151641](https://github.com/flutter/flutter/issues/151641) [1] [dart-lang/sdk/issues/56232](https://github.com/dart-lang/sdk/issues/56232)