- 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
-
- 21 Apr, 2023 1 commit
-
-
Bruno Leroux authored
## Description This PR introduces `DefaultSelectionStyle.mouseCursor` to configure the mouse cursor over selectable text. It also applies this solution to `InkResponse` to make the mouse cursor win over the default one provided by selectable `Text` for many Material components (such as buttons). ### Before https://user-images.githubusercontent.com/840911/233627729-ddf98e2a-444d-4c6d-a6d5-f521982f48dd.mov ### After https://user-images.githubusercontent.com/840911/233627718-8871a68f-d33c-44cf-b4a1-91bb1fcdf076.mov ## Related Issue Fixes https://github.com/flutter/flutter/issues/104595 ## Tests Adds 6 tests.
-
- 07 Apr, 2023 1 commit
-
-
Bruno Leroux authored
Right clicking an InkWell with no secondary tap handlers will no longer cause a ripple.
-
- 27 Mar, 2023 1 commit
-
-
Bruno Leroux authored
-
- 16 Mar, 2023 1 commit
-
-
Chinmoy authored
Exposes onSecondaryTap in InkWell.
-
- 10 Jan, 2023 1 commit
-
-
Bruno Leroux authored
-
- 18 Nov, 2022 2 commits
-
-
Bruno Leroux authored
Co-authored-by:
Bruno Leroux <bruno.leroux@gmail.com>
-
Bruno Leroux authored
Co-authored-by:
Bruno Leroux <bruno.leroux@gmail.com>
-
- 31 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 08 Sep, 2022 1 commit
-
-
Hans Muller authored
-
- 30 Jun, 2022 1 commit
-
-
Tong Mu authored
-
- 10 Jun, 2022 1 commit
-
-
Hans Muller authored
-
- 02 Jun, 2022 1 commit
-
-
Hans Muller authored
This reverts commit 180566f2.
-
- 27 May, 2022 1 commit
-
-
Hans Muller authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `material` * include test/material * add back removed comments
-
- 20 May, 2022 1 commit
-
-
Tong Mu authored
-
- 14 Apr, 2022 1 commit
-
-
Bruno Leroux authored
-
- 09 Feb, 2022 1 commit
-
-
Grant Slender authored
* implemented TapUp within InkResponse and InkWell * Update packages/flutter/lib/src/material/ink_well.dart Co-authored-by:
Tong Mu <dkwingsmt@users.noreply.github.com> * Update packages/flutter/lib/src/material/ink_well.dart Co-authored-by:
Viren Khatri <werainkhatri.work@gmail.com> * Update packages/flutter/lib/src/material/ink_well.dart Co-authored-by:
Viren Khatri <werainkhatri.work@gmail.com> Co-authored-by:
Tong Mu <dkwingsmt@users.noreply.github.com> Co-authored-by:
Viren Khatri <werainkhatri.work@gmail.com>
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 11 Jan, 2022 1 commit
-
-
Hans Muller authored
-
- 10 Jan, 2022 1 commit
-
-
Markus Aksli authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 13 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Apr, 2021 1 commit
-
-
Tong Mu authored
Applies #78522 to existing code, by replacing all occurrences of LogicalKeySet to SingleActivator or ShortcutActivator.
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 29 Mar, 2021 1 commit
-
- 27 Mar, 2021 1 commit
-
-
YeungKC authored
Let InkWell/Ink/ancestor support GlobalKey so that splash does not stop when changing position. (#71138)
-
- 04 Mar, 2021 1 commit
-
-
Greg Spencer authored
-
- 15 Dec, 2020 1 commit
-
-
Greg Spencer authored
-
- 11 Dec, 2020 1 commit
-
-
xubaolin authored
This change fixes some bugs in ink_well_test.dart.
-
- 02 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-