1. 02 Feb, 2021 1 commit
  2. 23 Jan, 2021 1 commit
  3. 21 Jan, 2021 1 commit
  4. 13 Jan, 2021 1 commit
  5. 15 Dec, 2020 1 commit
  6. 21 Nov, 2020 1 commit
  7. 20 Nov, 2020 1 commit
  8. 06 Oct, 2020 1 commit
  9. 10 Sep, 2020 1 commit
  10. 08 Sep, 2020 1 commit
  11. 02 Sep, 2020 1 commit
  12. 04 Aug, 2020 1 commit
  13. 29 Jul, 2020 1 commit
  14. 28 Jul, 2020 2 commits
  15. 11 Jul, 2020 1 commit
  16. 09 Jul, 2020 1 commit
  17. 23 Jun, 2020 2 commits
  18. 11 Jun, 2020 1 commit
  19. 20 Apr, 2020 1 commit
  20. 26 Mar, 2020 1 commit
  21. 25 Mar, 2020 1 commit
  22. 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
  23. 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
  24. 16 Aug, 2019 1 commit
  25. 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
  26. 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
  27. 25 Jul, 2019 1 commit
  28. 24 Jul, 2019 2 commits
  29. 19 Jul, 2019 1 commit
  30. 06 Jun, 2019 1 commit
    • Anthony's avatar
      [Material] Create a themable Range Slider (continuous and discrete) (#31681) · e1d0ded9
      Anthony authored
      Creates a Material Design range slider.
      
      The range slider is based off the updated slider, with the main difference being that it has 2 thumbs.
      By default, the thumbs cannot pass each other and both the thumb and the value indicator create a stroke when they are overlapping for better visibility.
      e1d0ded9
  31. 05 Jun, 2019 1 commit
  32. 01 May, 2019 1 commit
    • rami-a's avatar
      Add BottomSheetTheme to enable theming color, elevation, shape of BottomSheet (#31318) · 6a1468db
      rami-a authored
      * Introduce BottomSheetTheme and shape support for bottom sheet
      
      * Add bottom sheet theme to ThemeData. Use theme in bottom sheet build
      
      * Expose color, elevation, shape to showModalBottomSheet helper
      
      * Expose color, elevation, shape to showBottomSheet helper
      
      * Address PR feedback
      
      * Address PR feedback
      
      * Address additional PR feedback
      6a1468db
  33. 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
  34. 05 Apr, 2019 1 commit
  35. 03 Apr, 2019 1 commit
  36. 20 Mar, 2019 1 commit
    • Anthony's avatar
      [Material] Create a FloatingActionButton ThemeData and honor it within the... · bdf582fd
      Anthony authored
      [Material] Create a FloatingActionButton ThemeData and honor it within the FloatingActionButton (#28735)
      
      Adds a FloatingActionButtonThemeData so that FABs can be themed at the Theme level and independently. The properties that are now on the theme must be defaulted at the build level, in order to respect any contributing theme properties. Because of this, some tests had to be modified to look at properties after they are built. Also, since default behaviors are now tested in the FAB Theme test, some default tests in the FAB test no longer applied and were removed.
      
      The themable properties are:
      -backgroundColor
      -foregroundColor
      -elevation
      -disabledElevation
      -highlightElevation
      -shape
      bdf582fd