• 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
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.codecov.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...