1. 06 Jul, 2016 5 commits
  2. 04 Jul, 2016 2 commits
  3. 02 Jul, 2016 1 commit
  4. 01 Jul, 2016 7 commits
  5. 30 Jun, 2016 10 commits
  6. 28 Jun, 2016 9 commits
  7. 27 Jun, 2016 4 commits
  8. 26 Jun, 2016 1 commit
    • Adam Barth's avatar
      Document State (#4762) · 5fc04dab
      Adam Barth authored
      This patch documents State in detail because it's a very common class
      for developers to work with and it has a number of subtles.
      5fc04dab
  9. 25 Jun, 2016 1 commit
    • Kaiyuan Wang's avatar
      Fix the issue that flutter driver does not close _peer (#4755) · ccf87bd0
      Kaiyuan Wang authored
      * Fix the issue that flutter driver does not close _peer when
      driver.close() is invoked.  The problem introduces the following
      unexpected behavior:
      
        1. Launch an app using "flutter run ..." command
        2. Run the flutter driver test using "dart flutter_test.dart"
      
      The test will not exit after running.  The problem will be solved
      if _peer is closed.
      
      * Fix formatting issue
      ccf87bd0