mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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 |
||
|---|---|---|
| .. | ||
| background_project.dart | ||
| basic_project.dart | ||
| gen_l10n_project.dart | ||
| hot_reload_project.dart | ||
| project_with_early_error.dart | ||
| project.dart | ||
| stateless_stateful_project.dart | ||
| stepping_project.dart | ||
| test_project.dart | ||
| tests_project.dart | ||