1. 17 Sep, 2019 1 commit
  2. 20 Aug, 2019 1 commit
    • Darren Austin's avatar
      Replace ButtonBar.bar method with ButtonBarTheme (#37544) · 9dce19e9
      Darren Austin authored
      * Added new ButtonBarTheme to replace the deprecated ButtonTheme.bar method.
      
      * Responding to PR feedback.
      
      * [Material] Create material Banner component (#36880)
      
      This PR creates a new material widget for the Banner component. This includes a theme as well. This widget can be dropped into any application, ideally at the top of a listview or scrollview.
      
      (cherry picked from commit 35b6d668)
      
      Removed the use of ButtonTheme.bar in the Banner implementation.
      
      * Updated documentation from PR review comments.
      9dce19e9
  3. 31 Jul, 2019 1 commit
  4. 27 Jun, 2019 1 commit
  5. 24 Apr, 2019 1 commit
    • rami-a's avatar
      Update SnackBar to allow for support of the new style from Material spec (#31275) · d4e4726a
      rami-a authored
      This PR introduces a number of changes and improvements to snack bars. This includes the ability to specify:
      
      floating style of snack bars that adhere to the updated Material spec
      elevation and shape on the SnackBar itself instead of relying on fixed values
      a snackBarTheme as part of ThemeData which allows you to customize all of the above on an app-wide level.
      This PR is includes the changes from #21484 as well as additional fixes and modifications. Thanks to @NikoYuwono for providing these changes and getting this off the ground!
      d4e4726a
  6. 25 Oct, 2018 1 commit
  7. 10 Oct, 2018 1 commit
  8. 09 Oct, 2018 1 commit
  9. 08 Oct, 2018 1 commit
  10. 12 Sep, 2018 1 commit
  11. 07 Sep, 2018 1 commit
  12. 07 Aug, 2018 1 commit
  13. 02 Aug, 2018 1 commit
  14. 27 Jul, 2018 1 commit
  15. 24 Jul, 2018 1 commit
    • Jonah Williams's avatar
      Semantics framework updates (#18758) · 810a29d6
      Jonah Williams authored
      Changes:
      
      - Move the SemanticsConfiguration update from RenderToggleable to each subclass, so that Switch can use toggled.
      - Add image, liveRegion, toggled properties to Semantics, SemanticsConfiguration, SemanticsNode
      - Added semanticsLabel and excludeFromSemantics to Image (the latter so that we avoid creating a semantics node)
      - Added onDismiss semantics action which maps to the modal escape on iOS and dismiss action on Android.
      - Added dismiss and liveRegion to snackbar widget
      - Updated custom painter semantics to handle image, liveRegion, toggle
      - Updated relevant tests to use correct flag/action
      810a29d6
  16. 23 Jul, 2018 1 commit
  17. 20 Jul, 2018 1 commit
    • jslavitz's avatar
      Changed duration (#19015) · 9a4db211
      jslavitz authored
      * Changed duration
      
      * Fixed column width for ios build error messages
      
      * fixed a couple things
      
      * fixed a couple things
      
      * accidental changes
      
      * added spaces
      
      * added spaces
      
      * Added test for default snackbar duration
      
      * Fixed link:
      
      * Final commit
      
      * Final commit2
      
      * Actual final commit
      9a4db211
  18. 16 Jul, 2018 2 commits
  19. 05 Jun, 2018 1 commit
  20. 03 May, 2018 1 commit
  21. 05 Feb, 2018 1 commit
  22. 16 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Apply media padding to snackbar contents (#13623) · 813be533
      Chris Bracken authored
      Applies any additional bottom, left, and right media padding inside the
      snackbar, if present. This accounts for the iPhone X home indicator
      widget and horizontal padding for the sensor housing notch in landscape
      orientation.
      813be533
  23. 25 Nov, 2017 1 commit
  24. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  25. 11 Sep, 2017 1 commit
  26. 05 May, 2017 1 commit
  27. 03 May, 2017 1 commit
  28. 23 Apr, 2017 1 commit
  29. 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
  30. 31 Mar, 2017 1 commit
  31. 20 Mar, 2017 1 commit
  32. 04 Mar, 2017 1 commit
  33. 23 Feb, 2017 1 commit
  34. 09 Feb, 2017 1 commit
  35. 31 Jan, 2017 1 commit
  36. 23 Nov, 2016 1 commit
  37. 22 Nov, 2016 1 commit
    • Adam Barth's avatar
      Rename Flexible to Expanded and improve docs (#6978) · 8ca4caa4
      Adam Barth authored
      This patch replaces uses of Flexible with Expanded where we're using
      FlexFit.tight. We still need to think of a better name for the
      FlexFit.loose variant.
      
      Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
      problem-oriented and to give a complete account of the layout algorithn.
      
      Fixes #6960
      Fixes #5169
      8ca4caa4
  38. 19 Nov, 2016 1 commit
  39. 18 Nov, 2016 1 commit