1. 14 Oct, 2020 1 commit
  2. 10 Oct, 2020 1 commit
  3. 06 Oct, 2020 1 commit
  4. 05 Oct, 2020 1 commit
  5. 29 Sep, 2020 1 commit
  6. 17 Sep, 2020 1 commit
  7. 10 Sep, 2020 1 commit
  8. 08 Sep, 2020 1 commit
  9. 04 Sep, 2020 1 commit
  10. 03 Sep, 2020 1 commit
  11. 30 Jul, 2020 1 commit
  12. 13 Jul, 2020 2 commits
  13. 11 Jun, 2020 1 commit
  14. 18 May, 2020 1 commit
  15. 06 May, 2020 1 commit
  16. 25 Jan, 2020 1 commit
  17. 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
  18. 17 Oct, 2019 1 commit
  19. 17 Sep, 2019 1 commit
  20. 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
  21. 31 Jul, 2019 1 commit
  22. 27 Jun, 2019 1 commit
  23. 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
  24. 25 Oct, 2018 1 commit
  25. 10 Oct, 2018 1 commit
  26. 09 Oct, 2018 1 commit
  27. 08 Oct, 2018 1 commit
  28. 12 Sep, 2018 1 commit
  29. 07 Sep, 2018 1 commit
  30. 07 Aug, 2018 1 commit
  31. 02 Aug, 2018 1 commit
  32. 27 Jul, 2018 1 commit
  33. 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
  34. 23 Jul, 2018 1 commit
  35. 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
  36. 16 Jul, 2018 2 commits
  37. 05 Jun, 2018 1 commit
  38. 03 May, 2018 1 commit