1. 25 Jun, 2019 1 commit
  2. 18 Jun, 2019 1 commit
  3. 13 Jun, 2019 1 commit
  4. 06 Jun, 2019 1 commit
  5. 03 Jun, 2019 3 commits
  6. 25 May, 2019 1 commit
  7. 15 May, 2019 1 commit
  8. 10 May, 2019 1 commit
  9. 06 May, 2019 1 commit
  10. 02 May, 2019 1 commit
  11. 25 Apr, 2019 1 commit
  12. 24 Apr, 2019 1 commit
  13. 07 Mar, 2019 1 commit
  14. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  15. 22 Feb, 2019 1 commit
  16. 07 Nov, 2018 1 commit
    • Michael Beckler's avatar
      BottomNavigationBar: bug fix for dealing with animations with shifting tabs (#22264) · 9abce96e
      Michael Beckler authored
      Should fix #22226.
      
      Code introduced in #20890 caused a regression that broke color flooding animations in a BottomNavigationBar that has BottomNavigationBarType.shifting.
      
      The original issue (#19653) dealt with background color changes not occurring until another tab was selected. The result is that the background color instantly changes whenever the state changes and when the widget changes, instead of allowing a new widget to animate the background color change.
      9abce96e
  17. 12 Oct, 2018 1 commit
  18. 12 Sep, 2018 1 commit
  19. 22 Aug, 2018 2 commits
  20. 02 Aug, 2018 1 commit
  21. 31 Jul, 2018 1 commit
  22. 27 Jul, 2018 1 commit
  23. 26 Jul, 2018 1 commit
  24. 23 Jul, 2018 1 commit
  25. 16 Jul, 2018 2 commits
  26. 09 Jul, 2018 1 commit
  27. 07 Jun, 2018 1 commit
  28. 03 May, 2018 1 commit
  29. 25 Apr, 2018 1 commit
  30. 23 Apr, 2018 1 commit
    • Yegor's avatar
      a11y traversal: sort locally; use new sorting algorithm (#16253) · d3540962
      Yegor authored
      New a11y traversal:
      
      - sort direct sibling SemanticsNodes only
      - use new sorting algorithm
      - implement RTL
      - test semantics in traversal order by default
      - add AppBar traversal test
      - breaking: remove nextNodeId/previousNodeId from the framework
      - breaking: remove DebugSemanticsDumpOrder.geometricOrder
      d3540962
  31. 19 Mar, 2018 1 commit
    • Yegor's avatar
      a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check (#15537) · 9c49255f
      Yegor authored
      * a11y: remove SemanticsSortOrder; sort locally only; semanticsOwner post-test check
      
      * update accessibility test framework
      
      - default nextNodeId/previousNodeId to -1
      - stop treating null as opt-out from value testing
      - add `id`, `TestSemantics.root`, and `tags` to the suggested code in the TestSemantics failure message
      - fix a small bug with raw string escaping
      - update all tests accordingly
      
      * fix sortKey doc
      
      * prefer const over final
      9c49255f
  32. 10 Mar, 2018 1 commit
  33. 06 Mar, 2018 1 commit
  34. 11 Jan, 2018 1 commit
  35. 08 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Apply media bottom padding in BottomNavigationBar (#13431) · 276cbb1c
      Chris Bracken authored
      Updates scaffold to expose bottom padding to the associated
      BottonNavigationBar (if present). BottomNavigationBar is now responsible
      for adjusting itself to account for bottom padding.
      
      This change is necessary to support the updated BottomNavigationBar
      layout for the iPhone X.
      276cbb1c
  36. 23 Nov, 2017 1 commit