1. 08 Jun, 2017 1 commit
  2. 07 Jun, 2017 1 commit
  3. 03 May, 2017 1 commit
  4. 23 Apr, 2017 1 commit
  5. 20 Apr, 2017 1 commit
  6. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  7. 07 Apr, 2017 1 commit
  8. 31 Mar, 2017 1 commit
  9. 20 Mar, 2017 1 commit
  10. 15 Mar, 2017 1 commit
  11. 14 Mar, 2017 1 commit
  12. 04 Mar, 2017 1 commit
  13. 17 Feb, 2017 1 commit
    • Adam Barth's avatar
      Two becomes one (#8253) · e0b12ca1
      Adam Barth authored
      Rename all the "2" classes related to scrolling to remove the "2". Now that the
      old scrolling code is gone, we don't need to use the suffix.
      e0b12ca1
  14. 12 Feb, 2017 1 commit
  15. 09 Feb, 2017 1 commit
    • Ian Hickson's avatar
      Port AppBar to Scrollable2 (#7996) · 83a4cf26
      Ian Hickson authored
      Move the back button and drawer opening logic into the app bar.
      
      Move the tap-status-bar-to-scroll-to-top logic to using
      ScrollControllers. Provide a PrimaryScrollController and a `primary`
      flag on scroll views.
      
      Make it possible to track when a route becomes or stops being poppable.
      83a4cf26
  16. 22 Jan, 2017 1 commit
  17. 30 Nov, 2016 1 commit
  18. 16 Aug, 2016 1 commit
  19. 28 Jun, 2016 1 commit
  20. 22 Jun, 2016 1 commit
  21. 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
  22. 20 Jun, 2016 1 commit
  23. 14 Jun, 2016 1 commit
  24. 07 Jun, 2016 1 commit
    • Ian Hickson's avatar
      Correct grammar in shrine demo (#4381) · 5e6baf4a
      Ian Hickson authored
      I was also going to implement sorting and emptying the cart but the
      current data model doesn't make that easy, so I gave up on that. That's
      why the TODOs are moved around though.
      5e6baf4a
  25. 02 Jun, 2016 1 commit