1. 23 Aug, 2017 1 commit
  2. 21 Jul, 2017 1 commit
  3. 13 Jun, 2017 1 commit
  4. 23 Apr, 2017 1 commit
  5. 20 Apr, 2017 1 commit
  6. 24 Jan, 2017 1 commit
    • Michael Goderbauer's avatar
      Launch Flutter Tools on Windows. (#7613) · 51dc83dd
      Michael Goderbauer authored
      This brings the Windows script up to par with the Linux/Mac script.
      
      `flutter doctor` works.
      
      There are two scripts (`bin/flutter` and `bin/internal/update_dart-sdk`), which are platform dependent (bash script on Linux/Max, PowerShell script on Windows) and we need to keep an eye on making sure that their logic stays in sync. Both scripts are rather simple and I am not expecting many changes to them. I also made sure that both versions follow the same structure to make it easier to keep them consistent.
      
      Required for https://github.com/flutter/flutter/issues/138
      51dc83dd
  7. 28 Oct, 2016 1 commit
  8. 07 Oct, 2016 1 commit
  9. 06 Oct, 2016 1 commit
  10. 06 Jul, 2016 1 commit
  11. 02 Mar, 2016 1 commit
  12. 01 Mar, 2016 1 commit
  13. 20 Feb, 2016 1 commit
    • Adam Barth's avatar
      Download sky_engine and sky_services from cloud storage · 4aae718f
      Adam Barth authored
      Downloading these packages from cloud storage simplifies our deployment
      story because we can upload to cloud storage automatically from the
      buildbot.
      
      This patch also switches the responsibility for downloading the engine
      artifacts to update_engine.sh. Centralizing this responsibility ensures
      that the packages and the binaries are always in sync.
      4aae718f
  14. 15 Feb, 2016 2 commits