1. 18 Sep, 2019 1 commit
  2. 17 Sep, 2019 6 commits
  3. 16 Sep, 2019 1 commit
  4. 14 Sep, 2019 1 commit
  5. 13 Sep, 2019 2 commits
  6. 10 Sep, 2019 3 commits
  7. 06 Sep, 2019 1 commit
  8. 05 Sep, 2019 2 commits
  9. 04 Sep, 2019 2 commits
  10. 03 Sep, 2019 2 commits
  11. 02 Sep, 2019 1 commit
    • Anthony's avatar
      Show search app bar theme (#37962) · e3f8d055
      Anthony authored
      Use the entire appBarTheme from the showSearch delegate for the search pages appBar theme, rather than just a select set of fields.
      e3f8d055
  12. 28 Aug, 2019 3 commits
  13. 26 Aug, 2019 1 commit
  14. 23 Aug, 2019 1 commit
    • Greg Spencer's avatar
      Normalize assert checking of clipBehavior (#38568) · 365f577c
      Greg Spencer authored
      I noticed that we were pretty inconsistent with the way that we checked the value of clipBehavior in the framework, so I normalized the usages and updated docs where necessary.
      
      This is a breaking change if you used to pass null explicitly to FlatButton, OutlineButton or RaisedButton constructors, expecting to get Clip.none. It will now assert if you do that. Existing implementations that pass null implicitly by not specifying clipBehavior won't need to change their call sites. It always implicitly defaulted to Clip.none before, and it will continue to do that, it's only places where it was explicitly set to null in order to get the implicit default that it will fail.
      365f577c
  15. 22 Aug, 2019 1 commit
  16. 21 Aug, 2019 4 commits
  17. 20 Aug, 2019 3 commits
  18. 16 Aug, 2019 3 commits
  19. 15 Aug, 2019 1 commit
  20. 13 Aug, 2019 1 commit