1. 15 Feb, 2022 1 commit
  2. 19 Oct, 2021 3 commits
  3. 26 Sep, 2021 1 commit
  4. 01 Sep, 2021 1 commit
  5. 10 Jun, 2021 1 commit
  6. 26 Apr, 2021 1 commit
  7. 02 Feb, 2021 1 commit
  8. 23 Jan, 2021 1 commit
  9. 21 Jan, 2021 1 commit
  10. 13 Jan, 2021 1 commit
  11. 15 Dec, 2020 1 commit
  12. 21 Nov, 2020 1 commit
  13. 20 Nov, 2020 1 commit
  14. 06 Oct, 2020 1 commit
  15. 10 Sep, 2020 1 commit
  16. 08 Sep, 2020 1 commit
  17. 02 Sep, 2020 1 commit
  18. 04 Aug, 2020 1 commit
  19. 29 Jul, 2020 1 commit
  20. 28 Jul, 2020 2 commits
  21. 11 Jul, 2020 1 commit
  22. 09 Jul, 2020 1 commit
  23. 23 Jun, 2020 2 commits
  24. 11 Jun, 2020 1 commit
  25. 20 Apr, 2020 1 commit
  26. 26 Mar, 2020 1 commit
  27. 25 Mar, 2020 1 commit
  28. 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
  29. 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
  30. 16 Aug, 2019 1 commit
  31. 05 Aug, 2019 1 commit
    • rami-a's avatar
      [Material] Create material Banner component (#36880) · 35b6d668
      rami-a authored
      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.
      35b6d668
  32. 26 Jul, 2019 2 commits
    • lisa-liao's avatar
      Add PopupMenuTheme to enable theming color, shape, elevation, text style of Menu (#36088) · 63992e4f
      lisa-liao authored
      * [Menu] Create Menu theme
      
      * [Menu] Create Menu theme
      
      * [Menu] Formatting changes for Menu theme
      
      * [Menu] Fix spacing difference in theme_data.dart.
      
      * [Menu] Fix spacing difference in theme_data.dart.
      
      * Specifying types
      
      * Formatting changes
      
      * Address PR feedback
      
      * Formatting changes
      
      * Address PR feedback
      
      * Add inherited widget
      
      * Add inherited widget
      
      * Address PR feedback and add inherited widget.
      
      * Formatting changes.
      
      * Address PR feedback
      
      * Address PR feedback
      
      * Address PR feedback
      
      * Address PR feedback
      63992e4f
    • Shi-Hao Hong's avatar
      [Material] ToggleButtons (#34599) · 2e43b470
      Shi-Hao Hong authored
      * Introduces ToggleButtons widget
      
      * Introduces ToggleButtonsTheme inherited widget
      
      * Introduces ThemeData.toggleButtonsTheme property
      2e43b470
  33. 25 Jul, 2019 1 commit
  34. 24 Jul, 2019 2 commits