• Jonah Williams's avatar
    [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and... · 059de153
    Jonah Williams authored
    [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610)
    
    Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified.
    
    Adds support for size analysis on android on windows, switching to package:archive
    
    Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
    059de153
Name
Last commit
Last update
..
test_data Loading commit data...
README.md Loading commit data...
analyze_size_test.dart Loading commit data...
background_isolate_test.dart Loading commit data...
command_output_test.dart Loading commit data...
coverage_collection_test.dart Loading commit data...
daemon_mode_test.dart Loading commit data...
debugger_stepping_test.dart Loading commit data...
debugger_stepping_web_test.dart Loading commit data...
downgrade_upgrade_integration_test.dart Loading commit data...
expression_evaluation_test.dart Loading commit data...
expression_evaluation_web_test.dart Loading commit data...
flutter_attach_test.dart Loading commit data...
flutter_gen_test.dart Loading commit data...
flutter_run_test.dart Loading commit data...
flutter_run_with_error_test.dart Loading commit data...
gen_l10n_test.dart Loading commit data...
hot_reload_test.dart Loading commit data...
lifetime_test.dart Loading commit data...
plist_parser_test.dart Loading commit data...
stateless_stateful_hot_reload_test.dart Loading commit data...
template_manifest_test.dart Loading commit data...
test_driver.dart Loading commit data...
test_utils.dart Loading commit data...
unit_coverage_test.dart Loading commit data...
vmservice_integration_test.dart Loading commit data...
web_run_test.dart Loading commit data...