1. 28 Jun, 2018 3 commits
  2. 04 May, 2018 2 commits
  3. 07 Apr, 2018 1 commit
  4. 19 Feb, 2018 1 commit
  5. 15 Feb, 2018 1 commit
  6. 12 Feb, 2018 1 commit
  7. 02 Feb, 2018 1 commit
  8. 01 Feb, 2018 1 commit
  9. 18 Jan, 2018 1 commit
  10. 16 Jan, 2018 1 commit
  11. 09 Jan, 2018 2 commits
  12. 07 Dec, 2017 1 commit
    • Jakob Andersen's avatar
      Make artifacts URLs configurable. (#13380) · e1018fab
      Jakob Andersen authored
      Add support for configuring the base storage URL for Flutter's
      artifacts. If FLUTTER_STORAGE_BASE_URL is set, use it instead of
      storage.googleapis.com.
      
      The pub server can be overridden by setting PUB_HOSTED_URL.
      e1018fab
  13. 01 Dec, 2017 1 commit
    • Jakob Andersen's avatar
      Download our own copy of gradle wrapper. (#13267) · 5174dbaf
      Jakob Andersen authored
      Rather than depending on android.googlesource.com for hosting the gradle
      wrapper, host our own copy on storage.googleapis.com (along with our
      other artifacts).
      
      Also added a script to repackage AOSP's version into ours, in case we
      ever need to update it.
      
      Addresses the gradle wrapper part of #11681.
      5174dbaf
  14. 29 Nov, 2017 1 commit
  15. 31 Aug, 2017 1 commit
  16. 26 Jun, 2017 1 commit
  17. 08 Apr, 2017 1 commit
  18. 07 Apr, 2017 1 commit
  19. 04 Apr, 2017 1 commit
  20. 29 Mar, 2017 1 commit
  21. 17 Mar, 2017 1 commit
  22. 15 Mar, 2017 1 commit
  23. 09 Mar, 2017 1 commit
  24. 04 Mar, 2017 1 commit
  25. 02 Mar, 2017 1 commit
  26. 17 Feb, 2017 1 commit
  27. 14 Feb, 2017 1 commit
  28. 08 Feb, 2017 2 commits
  29. 31 Jan, 2017 1 commit
  30. 26 Jan, 2017 2 commits
  31. 23 Jan, 2017 1 commit
  32. 17 Jan, 2017 1 commit
  33. 09 Jan, 2017 1 commit
  34. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034