1. 05 Jun, 2018 1 commit
  2. 20 Mar, 2018 1 commit
  3. 31 Jan, 2018 1 commit
  4. 19 Dec, 2017 1 commit
  5. 14 Dec, 2017 1 commit
  6. 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
  7. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  8. 01 Sep, 2017 1 commit
  9. 08 Aug, 2017 1 commit
  10. 03 Aug, 2017 1 commit
  11. 25 Jul, 2017 1 commit
  12. 24 May, 2017 1 commit
  13. 21 May, 2017 1 commit
  14. 16 May, 2017 1 commit
  15. 10 May, 2017 1 commit
  16. 05 May, 2017 1 commit
  17. 03 May, 2017 1 commit
  18. 13 Apr, 2017 1 commit
  19. 21 Mar, 2017 1 commit
  20. 13 Mar, 2017 1 commit
  21. 08 Mar, 2017 1 commit
  22. 22 Feb, 2017 1 commit
    • xster's avatar
      Conform appbar buttons to Material (#8263) · 72fa281f
      xster authored
      Extend app bar left to edge, right to 4dp
      Make leading button square and 56dp
      Keep title at 72dp on Android according to Material
      Renamed IconButton.size to .iconSize
      IconButton minimum size expands to 48dp (#8264)
      IconButton default constraints to 48. Can still stretch to infinity but can't be smaller than 48.
      Ink splash for IconButton 40% bigger than the touch target to match Material
      Tests
      72fa281f
  23. 23 Jan, 2017 1 commit
  24. 20 Jan, 2017 1 commit
  25. 19 Jan, 2017 1 commit
    • Adam Barth's avatar
      InkSplash and InkHighlight shouldn't be special (#7531) · 9f36737f
      Adam Barth authored
      Previously, these classes where in material.dart, which meant they could
      access private interfaces in that library. This patch moves them out
      into their own files so that they need to play by the rules of the
      public API.
      
      Fixes #5969
      9f36737f
  26. 19 Nov, 2016 1 commit
  27. 20 Oct, 2016 1 commit
  28. 06 Oct, 2016 1 commit
  29. 20 Sep, 2016 1 commit
  30. 18 Aug, 2016 1 commit
  31. 21 Jun, 2016 1 commit
    • Ian Hickson's avatar
      ImageIcon (#4649) · e502e9c8
      Ian Hickson authored
      Anywhere that accepted IconData now accepts either an Icon or an
      ImageIcon.
      
      Places that used to take an IconData in an `icon` argument, notably
      IconButton and DrawerItem, now take a Widget in that slot. You can wrap
      the value that used to be passed in in an Icon constructor to get the
      same result.
      
      Icon itself now takes the icon as a positional argument, for brevity.
      
      ThemeData now has an iconTheme as well as a primaryIconTheme, the same
      way it has had a textTheme and primaryTextTheme for a while.
      
      IconTheme.of() always returns a value now (though that value itself may
      have nulls in it). It defaults to the ThemeData.iconTheme.
      
      IconThemeData.fallback() is a new method that returns an icon theme data
      structure with all fields filled in.
      
      IconTheme.merge() is a new constructor that takes a context and creates
      a widget that mixes in the new values with the inherited values.
      
      Most places that introduced an IconTheme widget now use IconTheme.merge.
      
      IconThemeData.merge and IconThemeData.copyWith act in a way analogous to
      the similarly-named members of TextStyle.
      
      ImageIcon is introduced. It acts like Icon but takes an ImageProvider
      instead of an IconData.
      
      Also: Fix the analyzer to actually check the stocks app.
      e502e9c8
  32. 12 Jun, 2016 1 commit
  33. 07 Jun, 2016 1 commit
    • Ian Hickson's avatar
      Provide UI to paginate PaginatedDataTable (#4382) · 68f92d4f
      Ian Hickson authored
      Also:
      * Make PaginatedDataTable able to scroll itself horizontally.
      * Make drop down buttons support having an explicit text style and icon
        size given.
      * Fix a bug with drop-down buttons asserting when opened partly
        off-screen.
      * Make sure to pop the drop-down button's route if the drop-down button
        is discarded while the route is up.
      * Remove extraneous padding on drop-down buttons. (Couldn't figure out
        why it was there, and it breaks alignment when a drop-down is mixed
        with other text.)
      * Some docs improvements.
      * Add Route.isActive
      * Add a setState() method to ModalRoutes.
      68f92d4f
  34. 25 May, 2016 1 commit
  35. 20 Apr, 2016 1 commit
  36. 12 Apr, 2016 1 commit
  37. 02 Apr, 2016 1 commit
  38. 14 Mar, 2016 1 commit
  39. 12 Mar, 2016 2 commits