1. 03 May, 2018 1 commit
  2. 22 Mar, 2018 1 commit
    • Ian Hickson's avatar
      Clean up the existing Navigator API. (#15718) · aba0379d
      Ian Hickson authored
      This is not a grand refactor yet, it's just cleaning up what we have
      already, so that people who keep using this API (e.g. dialogs) have
      something coherent to deal with.
      
      The major changes are that Navigator and NavigatorState have the same
      API now, that most of the examples use `<void>` instead of `<Null>`,
      that the navigator observer can see replaces, and that the `settings`
      is moved from ModalRoute to Route. I also cleaned up some of the API
      documentation.
      aba0379d
  3. 15 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Center Shrine demo title with centerTitle (#13586) · 8a77036b
      Chris Bracken authored
      Rather than use a Center widget, center the title using AppBar's
      centerTitle property. This ensures the title is horizontally centred
      with respect to the screen rather than centred in the space between the
      leading and trailing app bar widgets, which are asymmetrical in Shrine.
      8a77036b
  4. 08 Jun, 2017 1 commit
  5. 07 Jun, 2017 1 commit
  6. 03 May, 2017 1 commit
  7. 23 Apr, 2017 1 commit
  8. 20 Apr, 2017 1 commit
  9. 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
  10. 07 Apr, 2017 1 commit
  11. 31 Mar, 2017 1 commit
  12. 20 Mar, 2017 1 commit
  13. 15 Mar, 2017 1 commit
  14. 14 Mar, 2017 1 commit
  15. 04 Mar, 2017 1 commit
  16. 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
  17. 12 Feb, 2017 1 commit
  18. 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
  19. 22 Jan, 2017 1 commit
  20. 30 Nov, 2016 1 commit
  21. 16 Aug, 2016 1 commit
  22. 28 Jun, 2016 1 commit
  23. 22 Jun, 2016 1 commit
  24. 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
  25. 20 Jun, 2016 1 commit
  26. 14 Jun, 2016 1 commit
  27. 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
  28. 02 Jun, 2016 1 commit