1. 25 May, 2018 1 commit
  2. 14 May, 2018 1 commit
  3. 30 Mar, 2018 1 commit
  4. 14 Mar, 2018 1 commit
  5. 01 Mar, 2018 1 commit
  6. 27 Feb, 2018 1 commit
  7. 13 Feb, 2018 1 commit
    • Ian Hickson's avatar
      Prepare docs scripts for beta (#14606) · e142d8dc
      Ian Hickson authored
      This sets things up so that when we next roll a dev build to beta, it updates the docs.
      This means that for a while (until we publish a beta) the dev docs will not be updating.
      e142d8dc
  8. 09 Feb, 2018 1 commit
  9. 30 Jan, 2018 1 commit
  10. 20 Jan, 2018 1 commit
  11. 17 Jan, 2018 1 commit
  12. 08 Dec, 2017 1 commit
  13. 05 Dec, 2017 3 commits
    • Greg Spencer's avatar
      Use .pub-cache from Flutter root, if it exists. (#13358) · f29ecba6
      Greg Spencer authored
      The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before.
      
      The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir.
      
      Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.
      
      This is an attempt to re-land: #13248. Includes a fix for the test that makes it work on bots in the presence of PUB_CACHE being set, and no other changes.
      f29ecba6
    • Greg Spencer's avatar
      Reverting my .pub-cache change to figure out why it's still failing. (#13355) · c89cf6cc
      Greg Spencer authored
      * Revert "Add tests."
      
      This reverts commit 31bad961ff2220a2708917ff8f748fed7efa9b51.
      
      * Revert "Use .pub-cache from Flutter root, if it exists. (#13248)"
      
      This reverts commit 72d6bcc3.
      c89cf6cc
    • Greg Spencer's avatar
      Use .pub-cache from Flutter root, if it exists. (#13248) · 72d6bcc3
      Greg Spencer authored
      The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before.
      
      The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir.
      
      Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.
      72d6bcc3
  14. 05 Oct, 2017 1 commit
  15. 04 Oct, 2017 1 commit
  16. 02 Oct, 2017 2 commits
  17. 13 Sep, 2017 1 commit
  18. 26 Jun, 2017 1 commit
  19. 21 Jun, 2017 1 commit
  20. 14 Jun, 2017 1 commit
  21. 25 May, 2017 1 commit
  22. 11 May, 2017 1 commit
  23. 10 May, 2017 1 commit
  24. 06 May, 2017 1 commit
  25. 04 May, 2017 1 commit
  26. 24 Apr, 2017 1 commit
  27. 14 Feb, 2017 1 commit
  28. 07 Feb, 2017 1 commit
  29. 31 Jan, 2017 1 commit
  30. 18 Jan, 2017 1 commit
  31. 12 Jan, 2017 1 commit
  32. 11 Jan, 2017 1 commit
  33. 09 Nov, 2016 2 commits
  34. 23 Sep, 2016 1 commit
  35. 29 Aug, 2016 1 commit
  36. 01 Aug, 2016 1 commit
    • Seth Ladd's avatar
      Docs colors logo (#5176) · b34b453c
      Seth Ladd authored
      * update the color and logo for the docs site
      
      * update the color and logo for the docs site
      
      * remove unused file
      
      * removed unused script code
      
      * tweak styles for inherited names
      b34b453c