• 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
..
android_common.dart Loading commit data...
common.dart Loading commit data...
context.dart Loading commit data...
fake_devices.dart Loading commit data...
fake_process_manager.dart Loading commit data...
fakes.dart Loading commit data...
io.dart Loading commit data...
mocks.dart Loading commit data...
pubspec_schema.dart Loading commit data...
testbed.dart Loading commit data...
throwing_pub.dart Loading commit data...