Revert of #120385 (#132167) (#132243)
Breaking google testing revert of: https://github.com/flutter/flutter/pull/120385 b/295065534 *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [ ] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [ ] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat Co-authored-by:Jesús S Guerrero <jesus_sguerrero@hotmail.com>
Showing
- dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_navigation_demo.dart 2 additions, 2 deletions...gallery/lib/demo/cupertino/cupertino_navigation_demo.dart
- dev/integration_tests/flutter_gallery/lib/demo/material/full_screen_dialog_demo.dart 9 additions, 22 deletions...er_gallery/lib/demo/material/full_screen_dialog_demo.dart
- dev/integration_tests/flutter_gallery/lib/demo/material/text_form_field_demo.dart 6 additions, 13 deletions...utter_gallery/lib/demo/material/text_form_field_demo.dart
- dev/integration_tests/flutter_gallery/lib/demo/shrine/expanding_bottom_sheet.dart 8 additions, 6 deletions...utter_gallery/lib/demo/shrine/expanding_bottom_sheet.dart
- dev/integration_tests/flutter_gallery/lib/gallery/home.dart 7 additions, 7 deletionsdev/integration_tests/flutter_gallery/lib/gallery/home.dart
- examples/api/lib/material/navigation_bar/navigation_bar.2.dart 6 additions, 2 deletions...les/api/lib/material/navigation_bar/navigation_bar.2.dart
- examples/api/lib/widgets/form/form.1.dart 0 additions, 166 deletionsexamples/api/lib/widgets/form/form.1.dart
- examples/api/lib/widgets/navigator_pop_handler/navigator_pop_handler.0.dart 0 additions, 164 deletions...idgets/navigator_pop_handler/navigator_pop_handler.0.dart
- examples/api/lib/widgets/navigator_pop_handler/navigator_pop_handler.1.dart 0 additions, 250 deletions...idgets/navigator_pop_handler/navigator_pop_handler.1.dart
- examples/api/lib/widgets/pop_scope/pop_scope.0.dart 0 additions, 128 deletionsexamples/api/lib/widgets/pop_scope/pop_scope.0.dart
- examples/api/lib/widgets/will_pop_scope/will_pop_scope.0.dart 77 additions, 0 deletions...ples/api/lib/widgets/will_pop_scope/will_pop_scope.0.dart
- examples/api/test/widgets/navigator_pop_handler/navigator_pop_handler.0_test.dart 0 additions, 48 deletions...s/navigator_pop_handler/navigator_pop_handler.0_test.dart
- examples/api/test/widgets/navigator_pop_handler/navigator_pop_handler.1_test.dart 0 additions, 38 deletions...s/navigator_pop_handler/navigator_pop_handler.1_test.dart
- examples/api/test/widgets/navigator_utils.dart 0 additions, 20 deletionsexamples/api/test/widgets/navigator_utils.dart
- examples/api/test/widgets/pop_scope/pop_scope.0_test.dart 0 additions, 66 deletionsexamples/api/test/widgets/pop_scope/pop_scope.0_test.dart
- examples/api/test/widgets/will_pop_scope/will_pop_scope.0_test.dart 32 additions, 0 deletions...pi/test/widgets/will_pop_scope/will_pop_scope.0_test.dart
- packages/flutter/lib/src/cupertino/app.dart 0 additions, 6 deletionspackages/flutter/lib/src/cupertino/app.dart
- packages/flutter/lib/src/cupertino/route.dart 1 addition, 2 deletionspackages/flutter/lib/src/cupertino/route.dart
- packages/flutter/lib/src/cupertino/tab_view.dart 2 additions, 26 deletionspackages/flutter/lib/src/cupertino/tab_view.dart
- packages/flutter/lib/src/material/about.dart 7 additions, 6 deletionspackages/flutter/lib/src/material/about.dart
Please register or sign in to comment