1. 27 Mar, 2023 1 commit
  2. 16 Feb, 2023 1 commit
  3. 14 Feb, 2023 1 commit
  4. 24 Jan, 2023 1 commit
  5. 30 Nov, 2022 1 commit
    • Eilidh Southren's avatar
      M3 snackbar [re-land] (#116218) · 29422d25
      Eilidh Southren authored
      * Add M2 defaults and template skeleton
      
      * add MaterialStateColor functionality to ActionTextColor (issue #110402)
      
      * Add M2 defaults and template skeleton
      
      * updated material 3 tokens
      
      * Updated snackbar demo
      
      * add theme tests
      
      * add gen defaults
      
      * formatting
      
      * more whitespace fixes
      
      * add widget type
      
      * update docs
      
      * code review changes
      
      * Add line overflow functionality
      
      * whitespace fixes
      
      * update M3 animation
      
      * whitespace fixes
      
      * add insetPadding param
      
      * Modifed icon parameter to showCloseIcon
      
      * white space fixes
      
      * test fixes
      
      * rename iconColor to closeIconColor
      
      * debug test fix
      
      * de-britishification
      
      * g3fix
      
      * g3fix
      
      * debug test fix
      29422d25
  6. 29 Nov, 2022 2 commits
    • Kate Lovett's avatar
      Revert "Update SnackBar to support Material 3" (#116199) · 8b32ac7a
      Kate Lovett authored
      * Revert "Update SnackBar to support Material 3 (#115750)"
      
      This reverts commit d58855c4.
      
      * Kick ci.yaml
      Co-authored-by: 's avatarJenn Magder <magder@google.com>
      8b32ac7a
    • Eilidh Southren's avatar
      Update SnackBar to support Material 3 (#115750) · d58855c4
      Eilidh Southren authored
      * Add M2 defaults and template skeleton
      
      * add MaterialStateColor functionality to ActionTextColor (issue #110402)
      
      * Add M2 defaults and template skeleton
      
      * updated material 3 tokens
      
      * Updated snackbar demo
      
      * add theme tests
      
      * add gen defaults
      
      * formatting
      
      * more whitespace fixes
      
      * add widget type
      
      * update docs
      
      * code review changes
      
      * Add line overflow functionality
      
      * whitespace fixes
      
      * update M3 animation
      
      * whitespace fixes
      
      * add insetPadding param
      
      * Modifed icon parameter to showCloseIcon
      
      * white space fixes
      
      * test fixes
      
      * rename iconColor to closeIconColor
      
      * debug test fix
      
      * de-britishification
      d58855c4
  7. 18 Nov, 2022 1 commit
  8. 05 Oct, 2022 1 commit
    • Eilidh Southren's avatar
      Add width property to SnackBarThemeData (#112636) · 4862a84b
      Eilidh Southren authored
      * Adding snackbar theme data width field
      
      * Whitespace formatting
      
      * Update docstrings
      
      * version update
      
      * tidy up
      
      * Revert auto text formatting
      
      * Text formatting
      
      * Remove whitespace
      
      * Test tidy
      
      * Whitespace fix
      
      * y Please enter the commit message for your changes. Lines starting
      
      * whitespace
      
      * test fixes
      
      * de-British-ification
      
      * comment modification
      4862a84b
  9. 25 May, 2022 1 commit
  10. 01 Mar, 2022 1 commit
  11. 29 Sep, 2020 1 commit
  12. 30 Jul, 2020 1 commit
  13. 11 Jun, 2020 1 commit
  14. 06 Apr, 2020 1 commit
  15. 11 Mar, 2020 1 commit
    • Greg Spencer's avatar
      Convert Diagnosticable to a mixin (#51495) · 210f4d83
      Greg Spencer authored
      This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class.
      
      It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
      210f4d83
  16. 09 Jan, 2020 1 commit
  17. 13 Dec, 2019 1 commit
  18. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  19. 27 Jun, 2019 1 commit
  20. 13 Jun, 2019 1 commit
  21. 30 May, 2019 1 commit
  22. 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