• Jonah Williams's avatar
    [flutter_tools] refactor drive launch into separate service, split by... · 2e75f52a
    Jonah Williams authored
    [flutter_tools] refactor drive launch into separate service, split by mobile+desktop and web (#68451)
    
    Overhaul of flutter drive in order to deliver a better experience, namely:
    
    flutter run and flutter drive now share more flags, so code paths that were previously only testable on run are now testable on drive.
    Removes web-initialize-platform as this is no longer used
    flutter drive correctly sets up a logger that shows native exceptions, by connecting to the vm service.
    VM service connection now provides access to memory info without launching devtools (only for debug/profile mode)
    Web changes
    
    Passes on the one test in the repo, otherwise the webdriver code has been isolated as much as possible
    
    Additional NNBD related bug fixes:
    
    No longer passes --enable-experiment to the test script. (FYI @blasten ). earlier we might have assumed that the flutter gallery benchmarks would be migrated along side the app and flutter driver, but only the app under test needs to be migrated. The test scripts should never be run with the experiment.
    2e75f52a
Name
Last commit
Last update
..
_flutter_web_build_script Loading commit data...
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_goldens_client Loading commit data...
flutter_localizations Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
flutter_web_plugins Loading commit data...
fuchsia_remote_debug_protocol Loading commit data...
analysis_options.yaml Loading commit data...