flutter/packages/flutter_test/test
chunhtai 8ac94c16b2
MinimumTapTargetGuideline skips nodes at scrollable boundaries (#124615)
fixes https://github.com/flutter/flutter/issues/107615

## 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
2023-04-20 09:09:55 -07:00
..
bindings_environment add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
custom_exception_reporter Enable use_function_type_syntax_for_parameters lint (#77163) 2021-03-04 08:59:17 -08:00
semantics_checker Fix how tests count open SemanticsHandles (#121571) 2023-02-28 23:55:58 +00:00
test_config Bump lower Dart SDK constraints to 3.0 & add class modifiers (#122546) 2023-03-21 20:21:58 +00:00
utils Reland (3): Removes single window assumptions from flutter_test (#122422) 2023-03-13 21:50:24 +00:00
accessibility_test.dart MinimumTapTargetGuideline skips nodes at scrollable boundaries (#124615) 2023-04-20 09:09:55 -07:00
accessibility_window_test.dart Remvoe last few references to window singleton (#122644) 2023-03-15 00:34:34 +00:00
all_elements_test.dart reland List queue search optimization (#68214) 2020-10-15 13:46:50 -07:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
bindings_async_gap_test.dart Make FlutterErrorDetails.exception non-nullable as documented (#67364) 2020-10-05 18:07:02 -07:00
bindings_restoration_test.dart Properly initialize RestorationManager in the TestBinding (#70398) 2020-11-12 13:59:05 -08:00
bindings_test_failure.dart Migrate the tests of flutter_test to null-safety (#67058) 2020-10-01 16:27:02 -07:00
bindings_test.dart Revert "Fix error when resetting configurations in tear down phase" (#120739) 2023-02-14 16:42:16 -08:00
controller_test.dart Make tester.startGesture less async, for better stack traces (#123946) 2023-04-06 19:58:15 +00:00
demangle_test.dart Migrate the tests of flutter_test to null-safety (#67058) 2020-10-01 16:27:02 -07:00
event_simulation_test.dart Fix typos (#121171) 2023-02-23 19:43:21 +00:00
finders_test.dart Treat hidden IndexedStack children as offstage for test finder (#123129) 2023-03-29 19:58:58 +00:00
frame_timing_summarizer_test.dart [flutter_test] Fix incorrect missed budget count (#95003) 2021-12-10 18:44:11 -08:00
goldens_test.dart enable combinators_ordering (#107847) 2022-07-18 22:04:07 +00:00
integration_bindings_test.dart Migrate the tests of flutter_test to null-safety (#67058) 2020-10-01 16:27:02 -07:00
live_binding_test.dart Remvoe last few references to window singleton (#122644) 2023-03-15 00:34:34 +00:00
live_widget_controller_test.dart Assert that runApp is called in the same zone as binding.ensureInitialized (#122836) 2023-03-16 22:33:09 +00:00
matchers_test.dart SemanticsFlag/SemanticsAction cleanup (part 4) (#123329) 2023-04-12 19:07:08 +00:00
platform_dispatcher_test.dart Reland (3): Removes single window assumptions from flutter_test (#122422) 2023-03-13 21:50:24 +00:00
reference_image_test.dart Migrate the tests of flutter_test to null-safety (#67058) 2020-10-01 16:27:02 -07:00
restoration_test.dart Prepare packages (minus tools,framework) for use_super_parameters (#100510) 2022-03-30 15:31:59 -07:00
stack_manipulation_test.dart Enable only_throw_errors (#91567) 2021-10-11 14:13:03 -07:00
test_async_utils_test.dart Do not parse stack traces in _findResponsibleMethod on Web platforms that use a different format (#115500) 2022-12-05 21:33:46 +00:00
test_default_binary_messenger_test.dart [flutter_test] Adds method to mock EventChannels (#124415) 2023-04-10 17:02:48 +00:00
test_text_input_test.dart Enable dangling_library_doc_comments and library_annotations lints (#117365) 2022-12-20 16:03:21 -08:00
view_test.dart Reland: Updates flutter/test/material to no longer use TestWindow (#122643) 2023-03-15 00:08:18 +00:00
widget_tester_live_device_test.dart Remvoe last few references to window singleton (#122644) 2023-03-15 00:34:34 +00:00
widget_tester_test.dart Apply BindingBase.checkInstance to TestDefaultBinaryMessengerBinding (#116937) 2023-02-13 23:55:58 +00:00
window_test.dart Deprecate BindingBase.window (#120998) 2023-03-21 21:08:23 +00:00