1. 14 Dec, 2017 1 commit
  2. 01 Nov, 2017 1 commit
  3. 26 Oct, 2017 2 commits
  4. 25 Oct, 2017 1 commit
  5. 11 Oct, 2017 1 commit
  6. 06 Oct, 2017 1 commit
  7. 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
  8. 12 Jul, 2017 1 commit
  9. 10 May, 2017 1 commit
  10. 10 Mar, 2017 1 commit
  11. 10 Feb, 2017 1 commit
  12. 07 Feb, 2017 1 commit
  13. 06 Jan, 2017 1 commit
  14. 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
  15. 08 Nov, 2016 1 commit
  16. 01 May, 2016 2 commits
  17. 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