1. 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
  2. 20 Mar, 2018 1 commit
  3. 14 Mar, 2018 1 commit
  4. 07 Mar, 2018 1 commit
    • Josh Soref's avatar
      Spelling (#15229) · c5a5945e
      Josh Soref authored
      * spelling: accommodate
      
      * spelling: allotted
      
      * spelling: anonymous
      
      * spelling: artificial
      
      * spelling: associated
      
      * spelling: asset
      
      * spelling: button
      
      * spelling: canvas
      
      * spelling: compatibility
      
      * spelling: coverage
      
      * spelling: condition
      
      * spelling: decoration
      
      * spelling: deferring
      
      * spelling: diameter
      
      * spelling: direction
      
      * spelling: displacement
      
      * spelling: dropdown
      
      * spelling: needing
      
      * spelling: environment
      
      * spelling: exited
      
      * spelling: expansion
      
      * spelling: explore
      
      * spelling: families
      
      * spelling: horizontal
      
      * spelling: increment
      
      * spelling: indices
      
      * spelling: internationalization
      
      * spelling: labrador
      
      * spelling: localizations
      
      * spelling: midflight
      
      * spelling: milliseconds
      
      * spelling: minimum
      
      * spelling: multiple
      
      * spelling: multiplication
      
      * spelling: navigator
      
      * spelling: overridden
      
      * spelling: package
      
      * spelling: performance
      
      * spelling: platform
      
      * spelling: porsche
      
      * spelling: position
      
      * spelling: preceded
      
      * spelling: precede
      
      * spelling: precedence
      
      * spelling: print
      
      * spelling: property
      
      * spelling: readily
      
      * spelling: reproducibility
      
      * spelling: rounded
      
      * spelling: scroll
      
      * spelling: separate
      
      * spelling: separator
      
      * spelling: services
      
      * spelling: specific
      
      * spelling: specify
      
      * spelling: synchronously
      
      * spelling: through
      
      * spelling: timeout
      
      * spelling: triangle
      
      * spelling: trivial
      
      * spelling: unusual
      
      * spelling: then
      
      * spelling: vertically
      
      * spelling: visible
      
      * spelling: visited
      
      * spelling: voice
      c5a5945e
  5. 06 Feb, 2018 1 commit
    • Chris Bracken's avatar
      Apply media padding in Gallery Shrine demo (#14506) · 6494dde3
      Chris Bracken authored
      Applies horizontal and bottom safe area insets to the Shrine demo in the
      Gallery. Top insets are not applied due to the presence of the
      omnipresent sliver app bar. Specifically, this ensures that the grid
      cards are inset inside the iPhone X notch in horizontal mode, and that
      the bottom of the grid is positioned above the iOS home indicator.
      6494dde3
  6. 05 Feb, 2018 1 commit
  7. 02 Feb, 2018 1 commit
  8. 01 Feb, 2018 1 commit
  9. 25 Jan, 2018 1 commit
  10. 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
  11. 02 Oct, 2017 1 commit
  12. 26 Sep, 2017 1 commit
  13. 20 Jun, 2017 1 commit
  14. 08 Jun, 2017 1 commit
  15. 07 Jun, 2017 1 commit
  16. 16 May, 2017 1 commit
  17. 03 May, 2017 1 commit
  18. 27 Apr, 2017 1 commit
  19. 25 Apr, 2017 1 commit
  20. 23 Apr, 2017 1 commit
  21. 21 Apr, 2017 1 commit
  22. 20 Apr, 2017 1 commit
  23. 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
  24. 07 Apr, 2017 1 commit
  25. 31 Mar, 2017 1 commit
  26. 27 Mar, 2017 1 commit
  27. 20 Mar, 2017 1 commit
  28. 17 Mar, 2017 1 commit
  29. 15 Mar, 2017 1 commit
  30. 14 Mar, 2017 2 commits
  31. 04 Mar, 2017 1 commit
  32. 02 Mar, 2017 2 commits
  33. 21 Feb, 2017 2 commits
  34. 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
  35. 12 Feb, 2017 1 commit
  36. 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
  37. 05 Feb, 2017 1 commit