• 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
..
box_painter_test.dart Loading commit data...
colors_test.dart Loading commit data...
decoration_test.dart Loading commit data...
edge_insets_test.dart Loading commit data...
fractional_offset_test.dart Loading commit data...
image_fit_test.dart Loading commit data...
paint_image_test.dart Loading commit data...
text_painter_test.dart Loading commit data...
text_span_test.dart Loading commit data...
text_style_test.dart Loading commit data...
transform_utilities_test.dart Loading commit data...