• Jonah Williams's avatar
    [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) · d8b6fa15
    Jonah Williams authored
    Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true.
    
    When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently)
    
    Adds an integration test that verifies this code can be run and imported when enabled.
    
    Part of #60914
    d8b6fa15
Name
Last commit
Last update
..
test_data Loading commit data...
README.md 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...
vmservice_integration_test.dart Loading commit data...
web_run_test.dart Loading commit data...