• Chris Bracken's avatar
    Prefer moreOrLessEquals to closeTo (#64914) · c935a448
    Chris Bracken authored
    moreOrLessEquals is the preferred mechanism for checking that a value is
    within some error bound epsilon, with default value for epsilon of
    precisionErrorTolerance.
    
    This patch replaces instances of closeTo using precisionErrorTolerance.
    c935a448
Name
Last commit
Last update
..
animation_controller_test.dart Loading commit data...
animation_sheet_test.dart Loading commit data...
animations_test.dart Loading commit data...
curves_test.dart Loading commit data...
futures_test.dart Loading commit data...
iteration_patterns_test.dart Loading commit data...
listener_helpers_test.dart Loading commit data...
tween_test.dart Loading commit data...