1. 17 Sep, 2020 1 commit
  2. 10 Sep, 2020 1 commit
  3. 08 Sep, 2020 1 commit
  4. 04 Sep, 2020 1 commit
  5. 03 Sep, 2020 1 commit
  6. 30 Jul, 2020 1 commit
  7. 13 Jul, 2020 2 commits
  8. 11 Jun, 2020 1 commit
  9. 18 May, 2020 1 commit
  10. 06 May, 2020 1 commit
  11. 25 Jan, 2020 1 commit
  12. 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
  13. 17 Oct, 2019 1 commit
  14. 17 Sep, 2019 1 commit
  15. 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
  16. 31 Jul, 2019 1 commit
  17. 27 Jun, 2019 1 commit
  18. 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
  19. 25 Oct, 2018 1 commit
  20. 10 Oct, 2018 1 commit
  21. 09 Oct, 2018 1 commit
  22. 08 Oct, 2018 1 commit
  23. 12 Sep, 2018 1 commit
  24. 07 Sep, 2018 1 commit
  25. 07 Aug, 2018 1 commit
  26. 02 Aug, 2018 1 commit
  27. 27 Jul, 2018 1 commit
  28. 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
  29. 23 Jul, 2018 1 commit
  30. 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
  31. 16 Jul, 2018 2 commits
  32. 05 Jun, 2018 1 commit
  33. 03 May, 2018 1 commit
  34. 05 Feb, 2018 1 commit
  35. 16 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Apply media padding to snackbar contents (#13623) · 813be533
      Chris Bracken authored
      Applies any additional bottom, left, and right media padding inside the
      snackbar, if present. This accounts for the iPhone X home indicator
      widget and horizontal padding for the sensor housing notch in landscape
      orientation.
      813be533
  36. 25 Nov, 2017 1 commit
  37. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  38. 11 Sep, 2017 1 commit