1. 13 Mar, 2018 1 commit
  2. 09 Mar, 2018 1 commit
  3. 08 Mar, 2018 1 commit
  4. 23 Feb, 2018 1 commit
  5. 14 Feb, 2018 1 commit
  6. 09 Feb, 2018 1 commit
  7. 07 Feb, 2018 1 commit
    • Greg Spencer's avatar
      Fix process running during package creation (#14508) · df791279
      Greg Spencer authored
      There were some problems I introduced with the last PR for this. It passed the test, but failed in practice.
      
      This adds tests for those failure cases, adds a "--help" and fixes the test so that it doesn't try and actually download MinGit as part of the Windows test.
      
      I added package:platform as a dependency, so I did a force upgrade on the packages.
      
      Also, re-enabling 'create package' in the cache warming code, now that #14448 is fixed.
      df791279
  8. 30 Jan, 2018 1 commit
  9. 19 Jan, 2018 1 commit
  10. 12 Jan, 2018 1 commit
  11. 10 Jan, 2018 1 commit
  12. 14 Dec, 2017 1 commit
  13. 01 Nov, 2017 1 commit
  14. 26 Oct, 2017 2 commits
  15. 25 Oct, 2017 1 commit
  16. 11 Oct, 2017 1 commit
  17. 06 Oct, 2017 1 commit
  18. 22 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Pin all dependencies ONCE AND FOR ALL (#12210) · 441b5c20
      Ian Hickson authored
      * Pin all dependencies ONCE AND FOR ALL
      
      This replaces the secret `flutter update-packages --upgrade` with a destructive `flutter update-packages --force-upgrade` that actually goes and pins every dependency and transitive dependency in every flutter package to the same version.
      
      * Add comments.
      441b5c20
  19. 12 Jul, 2017 1 commit
  20. 10 May, 2017 1 commit
  21. 10 Mar, 2017 1 commit
  22. 10 Feb, 2017 1 commit
  23. 07 Feb, 2017 1 commit
  24. 06 Jan, 2017 1 commit
  25. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
  26. 08 Nov, 2016 1 commit
  27. 01 May, 2016 2 commits
  28. 30 Apr, 2016 1 commit
    • Devon Carew's avatar
      Mega gallery (#3647) · 9497fb56
      Devon Carew authored
      * working on a large benchmark app
      
      * build a 100k saple app
      
      * print sizes of other libs; scale to 60k lines
      
      * test the generated app on travis
      9497fb56