1. 22 Mar, 2019 1 commit
  2. 12 Sep, 2018 1 commit
  3. 05 Jun, 2018 1 commit
  4. 06 Feb, 2018 1 commit
  5. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  6. 12 May, 2017 1 commit
  7. 05 May, 2017 1 commit
  8. 21 Apr, 2017 1 commit
  9. 30 Jan, 2017 1 commit
  10. 09 Nov, 2016 1 commit
  11. 06 Jun, 2016 1 commit
  12. 30 May, 2016 1 commit
  13. 26 May, 2016 1 commit
  14. 05 May, 2016 1 commit
  15. 14 Mar, 2016 1 commit
  16. 11 Mar, 2016 1 commit
  17. 01 Mar, 2016 1 commit
  18. 11 Jan, 2016 2 commits
    • Ian Hickson's avatar
      88c43c3f
    • Ian Hickson's avatar
      Add more debugging options to the stocks app. · 48e1350e
      Ian Hickson authored
      - Add an option to enable debugPaintSizeEnabled.
      - Add an option to enable the StatisticsOverlay.
      - Add support for the StatisticsOverlay in MaterialApp.
      - Change the layout behaviour of RenderStatisticsBox:
         - Give it a zero intrinsic width.
         - Give it an accurate intrinsic height that depends on the flags
           set. (Also, move the enum to the rendering/ layer from the
           widgets/ layer to enable this.)
         - Make the box automatically size itself full-width and the correct
           height, so that you can actually embed it (though most of the
           time you'd just put it in a Stack so this doesn't matter as
           much, really).
      - Some style nit fixes in statistics_box.dart.
      48e1350e
  19. 14 Dec, 2015 1 commit
  20. 09 Dec, 2015 2 commits
  21. 18 Nov, 2015 1 commit
  22. 12 Oct, 2015 1 commit
    • Hixie's avatar
      Lots of trivial warning fixes · f2cc43a4
      Hixie authored
      Add type annotations in many places.
      Fix some identifiers to have more lint-satisfying names.
      Make all operator==s consistent in style.
      Reorder some functions for consistency.
      Make ParentData no longer dynamic, and fix all the code around that.
      f2cc43a4
  23. 10 Oct, 2015 1 commit
  24. 09 Oct, 2015 2 commits
  25. 08 Oct, 2015 1 commit
  26. 07 Oct, 2015 2 commits
  27. 05 Oct, 2015 1 commit