1. 12 Jul, 2023 1 commit
  2. 04 Apr, 2023 1 commit
  3. 14 Feb, 2023 1 commit
  4. 21 Dec, 2022 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. 09 Sep, 2022 1 commit
  8. 17 May, 2022 1 commit
  9. 04 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Clean up examples, remove section markers and --template args (#91133) · fd9ce277
      Greg Spencer authored
      This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.
      
      I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.
      
      I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
      fd9ce277
  10. 25 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Extract Sample code into examples/api (#87280) · 33403bd2
      Greg Spencer authored
      This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
      33403bd2