flutter/packages/flutter_tools/test/integration.shard/test_data
Jonah Williams d8b6fa153a
[flutter_tools] generate a synthetic flutter_gen package on pub get (#61261)
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
2020-07-15 10:12:52 -07:00
..
background_project.dart [flutter_tools] reland: Update background isolates when performing hot reload/restart (#52479) 2020-03-12 12:48:05 -07:00
basic_project.dart [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
gen_l10n_project.dart [flutter_tools] For l10n with deferred loading, use loadLibrary for non-web too (#59539) 2020-06-16 13:36:28 -07:00
hot_reload_project.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
project.dart [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
project_with_early_error.dart Add integration tests for structured error (#59809) 2020-06-19 13:58:03 -07:00
stateless_stateful_project.dart [flutter] Allow hot reload replacements of Stateless/Stateful Widget (#48932) 2020-01-30 07:58:03 -08:00
stepping_project.dart [flutter_tools] Update to latest dwds APIs (#51004) 2020-03-17 17:29:53 -07:00
test_project.dart [flutter_tools] support machine and coverage together but for real (#54692) 2020-04-13 19:00:02 -07:00
tests_project.dart Enable expression evaluation in debugger for web platform (#53595) 2020-04-02 10:26:03 -07:00