mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() `generateLocalizations` should fail (`flutter gen-l10n`) if `flutter: generate:` does not exist. The previous logic was faulty, because it was totally possible to opt-out of synthetic packages (i.e. in a `l10n.yaml` file), but still not be specifying `flutter: generate:`, which I _believe_ is supposed to still be an error. This came up in https://github.com/flutter/flutter/pull/160289 as `flutter config --explicit-package-dependencies` is enabled by default, as the error is no longer thrown. Made a few other small test forward-fixes that otherwise would break with the switch (but are expected) as well. |
||
---|---|---|
.. | ||
background_project.dart | ||
basic_project.dart | ||
compile_error_project.dart | ||
deferred_components_config.dart | ||
deferred_components_project.dart | ||
gen_l10n_project.dart | ||
hot_reload_const_project.dart | ||
hot_reload_errors_common.dart | ||
hot_reload_project.dart | ||
hot_reload_test_common.dart | ||
hot_reload_with_asset_test_common.dart | ||
hot_reload_with_asset.dart | ||
integration_tests_project.dart | ||
listen_for_sigterm.dart | ||
plugin_each_settings_gradle_project.dart | ||
plugin_project.dart | ||
project_with_early_error.dart | ||
project.dart | ||
stateless_stateful_hot_reload_test_common.dart | ||
stateless_stateful_project.dart | ||
stepping_project.dart | ||
test_project.dart | ||
tests_project.dart |