• Adam Barth's avatar
    Fix several minor bugs and add many tests (#7506) · 2b742289
    Adam Barth authored
    * MultiTapGestureRecognizer previously would assert if there was no
       competition.
     * GestureArenaTeam would always select the first recongizer as the
       winner even if a later recognizer actually accepted the pointer
       sequence.
     * debugPrintStack would fail a type check if maxFrames was non-null.
     * FractionalOffset.lerp would throw a null-pointer exception if its
       second argument was null.
    
    Also, add a number of tests for previously untested lines of code.
    2b742289
Name
Last commit
Last update
..
assertions_test.dart Loading commit data...
bit_field_test.dart Loading commit data...
caching_iterable_test.dart Loading commit data...
capture_output.dart Loading commit data...
change_notifier_test.dart Loading commit data...
covariant_templates_test.dart Loading commit data...
licenses_test.dart Loading commit data...
print_test.dart Loading commit data...
stack_trace_test.dart Loading commit data...