1. 23 Aug, 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. 12 Aug, 2019 1 commit
  4. 09 Aug, 2019 1 commit
  5. 22 Jul, 2019 1 commit
  6. 02 Jul, 2019 1 commit
  7. 28 Jun, 2019 1 commit
  8. 27 Jun, 2019 1 commit
  9. 25 Jun, 2019 1 commit
  10. 24 Jun, 2019 1 commit
  11. 07 Jun, 2019 1 commit
  12. 06 Jun, 2019 1 commit
  13. 25 May, 2019 1 commit
  14. 21 May, 2019 1 commit
  15. 20 May, 2019 1 commit
  16. 15 May, 2019 2 commits
  17. 09 May, 2019 2 commits
  18. 02 May, 2019 1 commit
  19. 29 Apr, 2019 1 commit
  20. 26 Apr, 2019 1 commit
  21. 25 Apr, 2019 1 commit
  22. 24 Apr, 2019 2 commits
    • 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
    • Anthony's avatar
      [Material] Adaptive Slider constructor (#30572) · 0572f158
      Anthony authored
      Adds an adaptive constructor for the Material Slider. An adaptive widget is one that renders itself as Material on Android, and Cupertino on iOS. This work is based off of a similar feature on Switches: bbb080b3#diff-fe2bb980c6207699cbf45538fe927afa.
      
      The motivation for this change is that we should provide adaptive constructors for as many widgets as necessary in the Material library. In Material, it is suggested that the slider is an iOS-style slider.
      0572f158
  23. 23 Apr, 2019 1 commit
  24. 15 Apr, 2019 1 commit
  25. 08 Apr, 2019 1 commit
  26. 05 Apr, 2019 3 commits
  27. 04 Apr, 2019 2 commits
  28. 03 Apr, 2019 1 commit
  29. 25 Mar, 2019 1 commit
  30. 22 Mar, 2019 1 commit
  31. 20 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      some spaces formatting (#29452) · a6af4228
      Alexandre Ardhuin authored
      * some space formattings
      
      * always use blocks in if-else if a block is used
      
      * format spaces in for and while
      
      * allow multiline if conditions
      
      * fix missing space
      a6af4228
  32. 09 Mar, 2019 1 commit
  33. 07 Mar, 2019 1 commit
  34. 06 Mar, 2019 1 commit