mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() * Make `flutter build web` have one option that determins the optimization level: `-O<level>` / `--optimization-level=<level>` => Defaulting to -O4 => Will apply to both dart2js and dart2wasm * Deprecate `--dart2js-optimization=O<level>` * Disentagle concept of optimization from concept of static symbols => Add a `--strip-wasm` / `--no-strip-wasm` flag that determins whether static symbols are kept in the resulting wasm file. * Remove copy&past'ed code in the tests for wasm build tests * Cleanup some artifacts code, now that we no longer use `wasm-opt` inside flutter tools |
||
---|---|---|
.. | ||
analysis.dart | ||
android_choreographer_do_frame_test.dart | ||
android_lifecycles_test.dart | ||
android_verified_input_test.dart | ||
android_views_test.dart | ||
build_test_task.dart | ||
dart_plugin_registry_tests.dart | ||
entrypoint_dart_registrant.dart | ||
flutter_tool_startup.dart | ||
gallery.dart | ||
hot_mode_tests.dart | ||
integration_tests.dart | ||
microbenchmarks.dart | ||
native_assets_test.dart | ||
new_gallery.dart | ||
perf_tests.dart | ||
platform_channels_benchmarks.dart | ||
plugin_tests.dart | ||
run_tests.dart | ||
web_benchmarks.dart | ||
web_dev_mode_tests.dart |