1. 12 May, 2017 1 commit
  2. 08 May, 2017 1 commit
  3. 10 Mar, 2017 1 commit
  4. 06 Mar, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools test utils to prepare for record/replay tests (#8591) · 96ccad53
      Todd Volkert authored
      1. Add matchers for the `ProcessExit` exception class
      2. Add ability to control the setup of the `AppContext` we use in
         `testUsingContext()`
      3. Clean up the code that figures out the location of `Cache.flutterRoot`
         such that it works with `pub run test`. It previously only worked
         when the tests were invoked with standalone `dart`
      
      `#3` above will also help unblock #7941
      96ccad53
  5. 04 Mar, 2017 1 commit
  6. 21 Feb, 2017 1 commit
  7. 18 Feb, 2017 1 commit
  8. 04 Feb, 2017 1 commit
  9. 24 Jan, 2017 1 commit
  10. 23 Jan, 2017 1 commit
  11. 15 Dec, 2016 1 commit
    • John McCutchan's avatar
      DependencyChecker with tests (#7268) · 2546259a
      John McCutchan authored
      - [x] Introduce DependencyChecker which can determine if any dependencies have been modified.
      - [x] Move the DartDependencyBuilder into a separate file.
      - [x] Add unit tests for DartDependencyBuilder.
      - [x] Add unit tets for DependencyChecker
      
      Part of #7014 
      2546259a
  12. 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
  13. 19 May, 2016 1 commit
  14. 13 Feb, 2016 1 commit
  15. 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
  16. 06 Oct, 2015 1 commit
  17. 24 Sep, 2015 1 commit
  18. 16 Sep, 2015 1 commit
  19. 11 Sep, 2015 1 commit