1. 17 Jan, 2017 3 commits
    • 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
    • Michael Goderbauer's avatar
      Add communication logging to Flutter Driver (#7485) · ecc49726
      Michael Goderbauer authored
      This is handy for debugging a test. Communication is logged to:
      * `flutter_driver_commands_{x}.log`, where {x} is an integer, and
      * (if requested by user) to stdout
      
      fixes #7473
      ecc49726
    • Phil Quitslund's avatar
      Update to Dart SDK `1.22.0-dev.8.0`. (#7461) · 41251d24
      Phil Quitslund authored
      * Update to Dart SDK `1.22.0-dev.6.0`.
      
      * Update SDK summary generation to create spec and strong summaries.
      
      * Updated to dev.8.0.
      
      * Fixed console out.
      41251d24
  2. 14 Jan, 2017 2 commits
  3. 13 Jan, 2017 9 commits
  4. 12 Jan, 2017 11 commits
  5. 11 Jan, 2017 15 commits