flutter/packages
Chris Bracken c0ea00ed3f
Prefer moreOrLessEquals over closeTo (#64915)
Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from
the `matcher` package:

   * It emits the epsilon value in the test result on failure.
   * It uses a named parameter for epsilon, which improves readability
     at the call site.
   * It has a reasonable default for epsilon in cases where something
     more specific isn't required.

Using it also has the nice property that it aids in its own discovery
when when people go looking for such functionality in new tests.

This change also includes a couple unrelated whitespace formatting cleanups.
2020-08-30 22:20:16 -07:00
..
_flutter_web_build_script [flutter_tools] update dwds, roll to null-safe file and process (#64195) 2020-08-19 16:59:52 -07:00
flutter Prefer moreOrLessEquals over closeTo (#64915) 2020-08-30 22:20:16 -07:00
flutter_driver Revert "Warns when single line text fields overflow (#63639)" (#64573) 2020-08-25 11:11:15 -07:00
flutter_goldens Fix Gold json for digest paramset (#64757) 2020-08-27 17:48:05 -07:00
flutter_goldens_client Fix Gold json for digest paramset (#64757) 2020-08-27 17:48:05 -07:00
flutter_localizations [Material] Relanding fix to ensure time picker input mode lays out correctly in RTL (#64097) 2020-08-19 09:30:28 -04:00
flutter_test Revert "A benchmark test case for measuring scroll smoothness (#61998)" (#64883) 2020-08-30 18:42:10 +08:00
flutter_tools [gen_l10n] Synthetic package generation by default (#62395) 2020-08-31 13:19:41 +08:00
flutter_web_plugins [versions] update to the latest sdk versions (#62687) 2020-08-03 10:31:06 -07:00
fuchsia_remote_debug_protocol [flutter_tools] update dwds, roll to null-safe file and process (#64195) 2020-08-19 16:59:52 -07:00
analysis_options.yaml Revert "Roll engine to aed6b8c46b05c7cee4506a9757dd9ea1b40583c2." (#23170) 2018-10-16 12:57:07 -07:00