1. 27 Apr, 2016 3 commits
  2. 26 Apr, 2016 7 commits
  3. 25 Apr, 2016 12 commits
  4. 24 Apr, 2016 2 commits
  5. 23 Apr, 2016 3 commits
  6. 22 Apr, 2016 10 commits
  7. 21 Apr, 2016 3 commits
    • Ian Hickson's avatar
      Minor widget_tester refactoring and docs (#3472) · c167efca
      Ian Hickson authored
      This reorders some classes so that this file makes more sense, and adds
      a bunch of docs. It also makes the following changes:
      
      * Move allElements from Instrumentation to TestWidgets. (Instrumentation
        is going away.)
      
      * Remove findElements.
      
      * Rename byElement to byElementPredicate
      
      * Rename byPredicate to byWidgetPredicate
      
      * Implement _WidgetPredicateFinder so that byWidgetPredicate has good
        messages
      
      * Fix one use of byElementPredicate to use byWidgetPredicate.
      c167efca
    • Tony Gentilcore's avatar
      Merge pull request #3481 from flutter/tonygentilcore-patch-1 · 31d199b0
      Tony Gentilcore authored
      Roll engine to 4062813e7060666f26b89e77d3f58035523bfd6b
      31d199b0
    • Ian Hickson's avatar
      Make the widgets binding reusable. (#3479) · 0e11b0e6
      Ian Hickson authored
      Previously the widgets layer only provided a concrete binding, which
      makes it awkward to extend it compared to other bindings. This moves
      widgets to the same style as the other layers.
      
      In a subsequent patch I'll use this to make the tests layer saner.
      0e11b0e6