1. 15 May, 2019 1 commit
  2. 06 May, 2019 1 commit
    • Ian Hickson's avatar
      Clean up flutter_test/test/controller_test.dart (#31333) · f61a2c39
      Ian Hickson authored
      Instead of using a custom WidgetController, which is very brittle, we just use the usual infrastructure.
      
      Also, use structured data instead of an array.
      
      This adds offsetMoreOrLessEquals to handle small floating point errors in offsets.
      f61a2c39
  3. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  4. 25 Feb, 2019 1 commit
    • jslavitz's avatar
      Breaks the moveBy call from drag and dragFrom into two separate calls and... · 47724f97
      jslavitz authored
      Breaks the moveBy call from drag and dragFrom into two separate calls and changes the default behavior of DragStartBehavior to DragStartBehavior.start (#26438)
      
      * Breaking change which sets the default DragStartBehavior to DragStartBehavior.start and changes WidgetTester.drag and WidgetTester.dragFrom by breaking the moveBy function call into multiple pieces.
      47724f97