1. 12 Oct, 2015 5 commits
    • Adam Barth's avatar
      Add some print statements to smooth first run · 0e06feee
      Adam Barth authored
      This patch adds a couple print statements to explain why the first run of
      `flutter start` takes a while. (We need to download the APK and install it on
      the device.)
      0e06feee
    • Adam Barth's avatar
      Rev pub package · a157e0ea
      Adam Barth authored
      a157e0ea
    • Adam Barth's avatar
      Polish up some error handling · 8df5e9f7
      Adam Barth authored
      This patch improves the error handling for several arbitrary issues I
      encountered while experimenting with the tool this evening.
      8df5e9f7
    • 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
  2. 11 Oct, 2015 2 commits
  3. 10 Oct, 2015 5 commits
  4. 09 Oct, 2015 5 commits
  5. 08 Oct, 2015 1 commit
  6. 07 Oct, 2015 6 commits
  7. 06 Oct, 2015 11 commits
  8. 05 Oct, 2015 4 commits
  9. 01 Oct, 2015 1 commit