1. 04 May, 2018 2 commits
  2. 07 Apr, 2018 1 commit
  3. 19 Feb, 2018 1 commit
  4. 15 Feb, 2018 1 commit
  5. 12 Feb, 2018 1 commit
  6. 02 Feb, 2018 1 commit
  7. 01 Feb, 2018 1 commit
  8. 18 Jan, 2018 1 commit
  9. 16 Jan, 2018 1 commit
  10. 09 Jan, 2018 2 commits
  11. 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
  12. 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
  13. 29 Nov, 2017 1 commit
  14. 31 Aug, 2017 1 commit
  15. 26 Jun, 2017 1 commit
  16. 08 Apr, 2017 1 commit
  17. 07 Apr, 2017 1 commit
  18. 04 Apr, 2017 1 commit
  19. 29 Mar, 2017 1 commit
  20. 17 Mar, 2017 1 commit
  21. 15 Mar, 2017 1 commit
  22. 09 Mar, 2017 1 commit
  23. 04 Mar, 2017 1 commit
  24. 02 Mar, 2017 1 commit
  25. 17 Feb, 2017 1 commit
  26. 14 Feb, 2017 1 commit
  27. 08 Feb, 2017 2 commits
  28. 31 Jan, 2017 1 commit
  29. 26 Jan, 2017 2 commits
  30. 23 Jan, 2017 1 commit
  31. 17 Jan, 2017 1 commit
  32. 09 Jan, 2017 1 commit
  33. 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
  34. 29 Nov, 2016 1 commit
  35. 10 Nov, 2016 1 commit
  36. 03 Nov, 2016 1 commit
    • Devon Carew's avatar
      Better progress (#6677) · fcfb2a5c
      Devon Carew authored
      * make showElapsedTime default to true
      
      * support nested progresses
      
      * improve hot reload message
      
      * rethrow
      fcfb2a5c