- 15 Dec, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 14 Dec, 2023 1 commit
-
-
Renzo Olivares authored
Part of: https://github.com/flutter/flutter/issues/139243
-
- 07 Nov, 2023 1 commit
-
-
Qun Cheng authored
Currently, `Switch.factory` delegates to `CupertinoSwitch` when platform is iOS or macOS. This PR is to: * have the factory configure the Material `Switch` for the expected look and feel. * introduce `Adaptation` class to customize themes for the adaptive components.
-
- 06 Nov, 2023 1 commit
-
-
Taha Tesser authored
Provide a helpful error message when `ColorScheme.brightness` doesn't match `ThemeData.brightness` (#137611) fixes [Unexpected behaviour with ColorScheme.fromSeed and Brightness.dark](https://github.com/flutter/flutter/issues/127523)
-
- 25 Aug, 2023 1 commit
-
-
Kate Lovett authored
-
- 14 Aug, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 22 Jul, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 13 Jun, 2023 1 commit
-
-
Qun Cheng authored
Updates most of the unit tests in the packages/flutter/test/material folder so that they'll pass if ThemeData.useMaterial3 defaults to true. All of the tests have wired useMaterial3 to false and will need to be updated with a M3 version. related to #127064
-
- 26 May, 2023 1 commit
-
-
Greg Spencer authored
## Description Removes references to `ThemeData.primaryColorBrightness`, deprecated in https://github.com/flutter/flutter/pull/93396 and subject to remove now because of our [deprecation policy](https://github.com/flutter/flutter/wiki/Tree-hygiene#deprecations). ## Related PRs - https://github.com/flutter/flutter/pull/93396 ## Tests - Removed unneeded tests, removed references.
-
- 17 May, 2023 1 commit
-
-
Renzo Olivares authored
The deprecation period has elapsed. The method was made obsolete in https://github.com/flutter/flutter/pull/87281.
-
- 07 Apr, 2023 1 commit
-
-
Greg Spencer authored
Initialize `ThemeData.visualDensity` using `ThemeData.platform` instead of `defaultTargetPlatform` (#124357) Initialize `ThemeData.visualDensity` using `ThemeData.platform` instead of `defaultTargetPlatform`
-
- 28 Mar, 2023 1 commit
-
-
Qun Cheng authored
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 16 Mar, 2023 1 commit
-
-
Qun Cheng authored
-
- 09 Mar, 2023 1 commit
-
-
LongCatIsLooong authored
Reland "Update test font (#121306)"
-
- 06 Mar, 2023 2 commits
-
-
LongCatIsLooong authored
This reverts commit 9f69a367.
-
LongCatIsLooong authored
Update test font
-
- 22 Feb, 2023 1 commit
-
-
Mushaheed Syed authored
* Add ActionButtonIconsData for overriding action icons * Fix formatting issues * Add missing exports in material library and add copyWith method in ActionButtonIconsData * Move all action buttons, and icons to action_buttons.dart * Rename actionButtonIcons to actionIconTheme * Refactor buttons in action_buttons.dart to extend a private class for common implementation * Refactor icons in action_buttons * Fix docs in action_buttons_theme * Fix #107646 always use 'Icons.arrow_back' as a back_button icon in web * Update documentation for action buttons and add style parameter to every action button * Fix analyzer warnings * Add missing style argument in IconButton of _ActionButton * Add tests for action buttons, action icon theme, drawer buttons, and back buttons * Add example (+test) for action icon button's action icon theme in examples/api * Fix analysis errors * Add missing license header in action_icon_theme.0.dart * Fix deprecation notice in theme_data.dart * Update theme data tests for actionIconTheme * Remove iconSize parameter from ActionButtons and update docs * Fix failing tests * Update button color during backbutton tests to red * Fix analytics issues * Fix format
-
- 18 Feb, 2023 1 commit
-
-
Qun Cheng authored
Co-authored-by:
Qun Cheng <quncheng@google.com>
-
- 13 Feb, 2023 1 commit
-
-
Qun Cheng authored
-
- 07 Feb, 2023 1 commit
-
-
Renzo Olivares authored
Co-authored-by:
Renzo Olivares <roliv@google.com>
-
- 31 Jan, 2023 1 commit
-
-
Hans Muller authored
-
- 24 Jan, 2023 1 commit
-
-
Greg Spencer authored
* Remove ThemeData.buttonColor references * Fix test * Remove more buttonColors * Macro the definition of color scheme * remove doc reference
-
- 30 Nov, 2022 1 commit
-
-
Darren Austin authored
-
- 29 Nov, 2022 1 commit
-
-
Qun Cheng authored
* Created ComboBox * Fixed failing tests * Reverted the menu style tests change * Addressed comments * Updated documentation and rename foregroundColor variable * Remamed ComboBox to DropdownMenu * Removed a unused import * Removed unused import Co-authored-by:
Qun Cheng <quncheng@google.com>
-
- 18 Nov, 2022 1 commit
-
-
hangyu authored
-
- 12 Nov, 2022 1 commit
-
-
Darren Austin authored
-
- 10 Nov, 2022 1 commit
-
-
Hans Muller authored
Requires G3Fix cl/486997831
-
- 07 Nov, 2022 2 commits
-
-
Hans Muller authored
This reverts commit a6da1042.
-
Hans Muller authored
-
- 28 Oct, 2022 1 commit
-
-
Qun Cheng authored
-
- 28 Sep, 2022 1 commit
-
-
Greg Spencer authored
This implements a MenuBar widget that can render a Material menu bar, and a MenuAnchor widget used to create a cascading menu in a region. The menus are drawn in the overlay, while the menu bar itself is in the regular widget tree. Keyboard traversal works between the two. This implementation of the MenuBar uses MenuAnchor to create a cascading menu that contains widgets representing the menu items. These menu items can be any kind of widget, but are typically SubmenuButtons that host submenus, or MenuItemButtons that have shortcut hints (but don't actually activate the shortcuts) and don't host submenus. Cascading menus can be created outside of a MenuBar by using a MenuAnchor. They can be either given a specific location to appear (a coordinate), or they can be located by the MenuAnchor region that wraps the control that opens them. The developer may also create a MenuController to pass to the various menu primitives (MenuBar or MenuAnchor) to associate menus so that they can be traversed together and closed together. Creating a controller is not required.
-
- 08 Sep, 2022 1 commit
-
-
Eilidh Southren authored
* test commit * Deprecate BottomAppBarColor field * test commit * Deprecate BottomAppBarColor field * Update fix_data.yaml & tests * remove text.txt * Update PR ID values * Update fix_data.yaml * Make deprecation changes non-breaking * Whitespace formatting * Modify docstring, retain bottomAppBarColor default * Modify theme_data_test.dart * Update docstrings
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 25 Aug, 2022 1 commit
-
-
Darren Austin authored
-
- 24 Aug, 2022 1 commit
-
-
Pierre-Louis authored
* Add covariant to `ThemeExtension.lerp` * x * x
-
- 22 Aug, 2022 1 commit
-
-
Kate Lovett authored
-
- 09 Aug, 2022 1 commit
-
-
Kate Lovett authored
-
- 03 Aug, 2022 1 commit
-
-
Qun Cheng authored
* Created IconButtonTheme and apply it to IconButton
-
- 02 Aug, 2022 1 commit
-
-
Taha Tesser authored
-