1. 19 Dec, 2017 1 commit
    • Alan Russian's avatar
      Change async stubbing to use thenAnswer. (#13521) · 30720bd1
      Alan Russian authored
      * Change async stubbing to use thenAnswer.
      
      Mockito now prohibits calling thenReturn with Futures and Streams. dart-lang/mockito#79
      
      * Update all Mockito deps to 3.0.0.
      
      * Revert "Update all Mockito deps to 3.0.0."
      
      This reverts commit e8ab9d37c33d3d7fe384abde64ea5b4d72623c75.
      
      I did not correctly update the mockito dep, and there's no easy way to update to 3.0 alpha right now.
      
      * Change thenAnswer((_) => to thenAnswer((invocation) =>
      
      * Add Invocation type to thenAnswer lambdas
      30720bd1
  2. 10 Mar, 2017 2 commits
  3. 04 Mar, 2017 1 commit
  4. 28 Feb, 2017 1 commit
  5. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  6. 04 May, 2016 1 commit
  7. 03 May, 2016 1 commit
  8. 14 Mar, 2016 1 commit
  9. 10 Mar, 2016 1 commit
  10. 03 Mar, 2016 1 commit
  11. 26 Feb, 2016 1 commit
  12. 13 Feb, 2016 1 commit
  13. 10 Feb, 2016 1 commit
  14. 28 Jan, 2016 1 commit
  15. 10 Nov, 2015 1 commit
  16. 17 Oct, 2015 1 commit
  17. 12 Oct, 2015 2 commits
    • Adam Barth's avatar
      Teach sky_tools about prebuilt artifacts · bdd20661
      Adam Barth authored
      This patch makes `flutter start` work without a clone of the engine git
      repository. Making this work pulled a relatively large refactor of how the
      commands interact with application packages and devices. Now commands that want
      to interact with application packages or devices inherit from a common base
      class that holds stores of those objects as members.
      
      In production, the commands download and connect to devices based on the build
      configuration stored on the FlutterCommandRunner. In testing, these fields are
      used to mock out the real application package and devices.
      bdd20661
    • Ian Fischer's avatar
      IOSSimulator implementation. · a6a3f212
      Ian Fischer authored
      Also fixes some minor bugs with iOS and Android interactions.
      a6a3f212
  18. 10 Oct, 2015 1 commit
  19. 07 Oct, 2015 1 commit
  20. 06 Oct, 2015 1 commit
  21. 25 Sep, 2015 1 commit
  22. 24 Sep, 2015 1 commit
  23. 22 Sep, 2015 1 commit
  24. 16 Sep, 2015 1 commit
  25. 11 Sep, 2015 2 commits