1. 04 May, 2017 1 commit
  2. 24 Apr, 2017 1 commit
  3. 21 Apr, 2017 1 commit
  4. 19 Apr, 2017 2 commits
  5. 14 Apr, 2017 1 commit
  6. 12 Apr, 2017 1 commit
    • Ian Hickson's avatar
      Fix tests to use Ahem, and helpful changes around that (#9332) · 2a545243
      Ian Hickson authored
      * Fix tests to use Ahem, and helpful changes around that
      
      - Fix fonts that had metric-specific behaviours.
      
      - LiveTestWidgetsFlutterBinding.allowAllFrames has been renamed
        to LiveTestWidgetsFlutterBinding.framePolicy.
      
      - LiveTestWidgetsFlutterBinding now defaults to using a frame policy
        that pumps slightly more frames, to animate the pointer crosshairs.
      
      - Added "flutter run --use-test-fonts" to enable Ahem on devices.
      
      - Changed how idle() works to be more effective in live mode.
      
      - Display the test name in live mode (unless ahem fonts are enabled).
      
      - Added a toString to TextSelectionPoint.
      
      - Style nit fixes.
      
      * Roll engine to get Ahem changes.
      
      * Update tests for dartdoc changes.
      
      * Fix flutter_tools tests
      2a545243
  7. 10 Mar, 2017 1 commit
  8. 04 Mar, 2017 1 commit
  9. 10 Feb, 2017 2 commits
  10. 07 Feb, 2017 1 commit
  11. 12 Jan, 2017 1 commit
  12. 11 Jan, 2017 1 commit
  13. 06 Jan, 2017 1 commit
  14. 15 Nov, 2016 1 commit
  15. 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
  16. 09 Nov, 2016 1 commit
    • Ian Hickson's avatar
      Fix Material docs (#6781) · 690ec450
      Ian Hickson authored
      ...by reverting us to an earlier dartdoc package.
      
      Also I added a sanity test to make sure that we don't regress this again.
      690ec450
  17. 08 Nov, 2016 1 commit
  18. 28 Oct, 2016 1 commit
  19. 04 Oct, 2016 1 commit
  20. 23 Sep, 2016 1 commit
  21. 29 Aug, 2016 1 commit
  22. 23 Jul, 2016 1 commit
  23. 24 Jun, 2016 1 commit
  24. 23 Jun, 2016 1 commit
  25. 16 May, 2016 2 commits
  26. 13 May, 2016 1 commit
  27. 09 May, 2016 1 commit
  28. 04 May, 2016 1 commit
  29. 03 May, 2016 1 commit
  30. 01 May, 2016 2 commits
  31. 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