1. 13 Jul, 2020 1 commit
  2. 11 Jul, 2020 1 commit
  3. 09 Jul, 2020 2 commits
  4. 23 Jun, 2020 2 commits
  5. 11 Jun, 2020 1 commit
  6. 20 May, 2020 1 commit
  7. 18 May, 2020 1 commit
  8. 06 May, 2020 1 commit
  9. 21 Apr, 2020 1 commit
  10. 20 Apr, 2020 1 commit
  11. 06 Apr, 2020 1 commit
  12. 31 Mar, 2020 1 commit
  13. 26 Mar, 2020 1 commit
  14. 11 Mar, 2020 1 commit
    • Greg Spencer's avatar
      Convert Diagnosticable to a mixin (#51495) · 210f4d83
      Greg Spencer authored
      This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class.
      
      It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
      210f4d83
  15. 13 Feb, 2020 1 commit
  16. 25 Jan, 2020 1 commit
  17. 24 Jan, 2020 1 commit
  18. 15 Jan, 2020 1 commit
  19. 09 Jan, 2020 1 commit
  20. 08 Jan, 2020 1 commit
  21. 13 Dec, 2019 1 commit
  22. 04 Dec, 2019 1 commit
  23. 27 Nov, 2019 2 commits
    • 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
    • Greg Spencer's avatar
      Add macOS to TargetPlatform (#43457) · 245d1b51
      Greg Spencer authored
      This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired.
      
      I haven't updated the tests here, that will come in a follow-up PR.
      245d1b51
  24. 14 Oct, 2019 1 commit
  25. 10 Oct, 2019 1 commit
  26. 07 Oct, 2019 1 commit
  27. 04 Oct, 2019 1 commit
  28. 30 Sep, 2019 1 commit
  29. 17 Sep, 2019 1 commit
  30. 22 Aug, 2019 1 commit
  31. 20 Aug, 2019 2 commits
    • Ian Hickson's avatar
      Audit use of defaultTargetPlatform (#36871) · bfd27f6b
      Ian Hickson authored
      bfd27f6b
    • 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
  32. 16 Aug, 2019 1 commit
  33. 06 Aug, 2019 1 commit
  34. 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
  35. 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