• Alexander Markov's avatar
    Add hidden options --extra-front-end-options and --extra-gen-snapshot-options... · 7153dea2
    Alexander Markov authored
    Add hidden options --extra-front-end-options and --extra-gen-snapshot-options to flutter tool (#12219)
    
    This CL introduces 2 hidden options to 'flutter build aot' and 'flutter run' for passing arbitrary arguments to front-end server and to gen_snapshot tool when building and running flutter app in --profile or --release modes.
    
    The ability to pass arbitrary options simplifies various experiments, as it removes the need to change defaults and rebuild flutter engine for every tested configuration.
    7153dea2
flutter.gradle 16.5 KB