flutter/packages/flutter_test/lib/src
Ian Hickson a11da307bf
Minor fixes found while working on blankcanvas (#125751)
This PR contains a series of minor changes to address issues that I happened to run into:

 - Pretty-print errors triggered when handling events that are pending because of having locked event handling. Previously these were just dumped to the console.
 - Add more documentation for `debugPaintPadding`.
 - Add documentation to `Tween` saying how to implement it.
 - Slight formatting changes in the scrollbar code to align some expressions.
 - Since we convert ScrollMetricsNotifications to ScrollNotifications in various places, provide an explicit API to do this. This will make the behaviour consistent throughout, and makes the code easier to understand. Added a test for this.
 - Clarifications to some of the BindingBase and SchedulerBinding documentation.
 - Clarified some documentation in `flutter_test`'s `Finder` class.
2023-05-05 00:34:04 +00:00
..
_binding_io.dart Switch imports from test_api to focused libaries (#125854) 2023-05-04 08:01:12 +00:00
_binding_web.dart Clean up the bindings APIs. (#89451) 2022-02-03 14:55:15 -08:00
_goldens_io.dart Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
_goldens_web.dart Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
_matchers_io.dart Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
_matchers_web.dart Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
accessibility.dart MinimumTapTargetGuideline skips nodes at scrollable boundaries (#124615) 2023-04-20 09:09:55 -07:00
all_elements.dart Remove unnecessary null checks in flutter_test (#118865) 2023-01-20 22:01:13 +00:00
animation_sheet.dart Remove unnecessary null checks in flutter_test (#118865) 2023-01-20 22:01:13 +00:00
binding.dart Switch imports from test_api to focused libaries (#125854) 2023-05-04 08:01:12 +00:00
buffer_matcher.dart Switch imports from test_api to focused libaries (#125854) 2023-05-04 08:01:12 +00:00
controller.dart Make tester.startGesture less async, for better stack traces (#123946) 2023-04-06 19:58:15 +00:00
deprecated.dart Deprecate these old APIs (#116793) 2023-04-06 19:53:50 +00:00
event_simulation.dart replace some ._() constructors with class modifiers (#122765) 2023-03-23 12:29:18 -07:00
finders.dart Minor fixes found while working on blankcanvas (#125751) 2023-05-05 00:34:04 +00:00
frame_timing_summarizer.dart Remove unnecessary null checks in flutter_test (#118865) 2023-01-20 22:01:13 +00:00
goldens.dart Switch imports from test_api to focused libaries (#125854) 2023-05-04 08:01:12 +00:00
image.dart Remove unnecessary null checks in flutter_test (#118865) 2023-01-20 22:01:13 +00:00
matchers.dart fix: moreOrLessEquals does not allow actual to be integers (#125599) 2023-04-27 14:28:32 +00:00
mock_event_channel.dart [flutter_test] Adds method to mock EventChannels (#124415) 2023-04-10 17:02:48 +00:00
nonconst.dart Remove new keyword in a few files (#104438) 2022-06-06 16:08:06 -07:00
platform.dart Unskip the bidi semantics test. (#62823) 2020-08-05 19:21:11 -07:00
restoration.dart add some exports of public API in foundation/serialization.dart (#104231) 2022-06-08 13:33:12 -07:00
stack_manipulation.dart Remove unnecessary null checks in flutter_test (#118865) 2023-01-20 22:01:13 +00:00
test_async_utils.dart replace some ._() constructors with class modifiers (#122765) 2023-03-23 12:29:18 -07:00
test_compat.dart Switch imports from test_api to focused libaries (#125854) 2023-05-04 08:01:12 +00:00
test_default_binary_messenger.dart Add a channel to query the engine keyboard state (#122885) 2023-04-28 21:05:20 +00:00
test_exception_reporter.dart Switch imports from test_api to focused libaries (#125854) 2023-05-04 08:01:12 +00:00
test_pointer.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
test_text_input_key_handler.dart Apply BindingBase.checkInstance to TestDefaultBinaryMessengerBinding (#116937) 2023-02-13 23:55:58 +00:00
test_text_input.dart Deprecate these old APIs (#116793) 2023-04-06 19:53:50 +00:00
test_vsync.dart License update (#45373) 2019-11-27 15:04:02 -08:00
widget_tester.dart Switch imports from test_api to focused libaries (#125854) 2023-05-04 08:01:12 +00:00
window.dart Deprecate BindingBase.window (#120998) 2023-03-21 21:08:23 +00:00