1. 24 Jul, 2017 1 commit
  2. 19 Jul, 2017 1 commit
  3. 13 Jun, 2017 1 commit
  4. 10 Mar, 2017 1 commit
  5. 08 Mar, 2017 1 commit
  6. 07 Mar, 2017 2 commits
  7. 24 Feb, 2017 1 commit
  8. 23 Feb, 2017 1 commit
  9. 14 Feb, 2017 1 commit
  10. 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