1. 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
  2. 25 Aug, 2022 1 commit
  3. 22 Aug, 2022 1 commit
  4. 21 Aug, 2022 1 commit
  5. 19 Aug, 2022 1 commit
  6. 16 Aug, 2022 1 commit
  7. 15 Aug, 2022 1 commit
  8. 27 Apr, 2022 1 commit
  9. 07 Oct, 2021 1 commit
  10. 23 Jun, 2021 1 commit
  11. 28 Apr, 2021 1 commit
  12. 01 Apr, 2021 1 commit
  13. 29 Oct, 2020 1 commit
  14. 13 Oct, 2020 1 commit
  15. 05 Oct, 2020 1 commit
  16. 17 Sep, 2020 1 commit
  17. 10 Sep, 2020 1 commit
  18. 08 Sep, 2020 1 commit
  19. 04 Sep, 2020 1 commit
  20. 03 Sep, 2020 1 commit
  21. 11 Jun, 2020 1 commit
  22. 25 Jan, 2020 1 commit
  23. 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
  24. 24 Sep, 2019 1 commit
  25. 31 Jul, 2019 1 commit
  26. 27 Jun, 2019 1 commit
  27. 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