- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 28 Jun, 2021 1 commit
-
-
Janice Collins authored
-
- 04 Jun, 2021 1 commit
-
-
chunhtai authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 12 Mar, 2021 1 commit
-
-
Greg Spencer authored
Update samples to use repo analysis options, Fix sample templates and a ton of analyzer issues (#77868)
-
- 29 Jan, 2021 1 commit
-
-
Sam Rawlins authored
-
- 27 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Jan, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Dec, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 03 Dec, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 02 Nov, 2020 3 commits
-
-
Greg Spencer authored
-
Michael Goderbauer authored
-
Abhishek Ghaskata authored
-
- 01 Nov, 2020 1 commit
-
-
Tekeshwar Singh authored
-
- 30 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 27 Oct, 2020 1 commit
-
-
xubaolin authored
-
- 10 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-
- 29 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
* migrate some material files to nullsafty * address review comments
-
- 10 Sep, 2020 1 commit
-
-
Shardul Nalegave authored
-
- 19 Aug, 2020 1 commit
-
-
Jimmy Robert authored
-
- 30 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
* Fix even more unresolved doc references in material * ++ * ++
-
- 16 Jun, 2020 1 commit
-
-
Kenzie Schmoll authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 25 Jan, 2020 1 commit
-
-
Hans Muller authored
-
- 13 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter/lib/src/material * address review comments
-
- 27 Nov, 2019 1 commit
-
-
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
-
- 02 Oct, 2019 1 commit
-
-
Shi-Hao Hong authored
* Fix Tooltip Directionality * Add regression test comment for tooltip directionality fix
-
- 12 Aug, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add DefaultTextStyle parent widget to Tooltip Overlay * Add test against fallback DefaultTextStyle
-
- 01 Aug, 2019 1 commit
-
-
Tong Mu authored
- Splits on{Enter,Hover,Exit} from Listener to MouseRegion. Deprecated API is kept for compatibility. - Splits on{Enter,Hover,Exit} from RenderPointerListener to RenderMouseRegion.
-
- 27 Jul, 2019 1 commit
-
-
Shi-Hao Hong authored
* Add margin parameter to tooltips * Improve tooltip tests to find the tooltip's `Container` instead of arbitrary number of parent calls
-
- 26 Jul, 2019 1 commit
-
-
Shi-Hao Hong authored
* Improve showDuration and waitDuration explanation and tests * Add condition to test to ensure that tooltip does not show before long press duration is over
-
- 25 Jul, 2019 1 commit
-
-
Shi-Hao Hong authored
* Implement TooltipThemeData and TooltipTheme * Add text style property * Updated tooltip default colors for light and dark theme to match Material specification
-
- 24 Jul, 2019 2 commits
-
-
Shi-Hao Hong authored
Revert "[Material] Implement TooltipTheme and Tooltip.textStyle, fix Tooltip debugLabel, update Tooltip defaults (#36030)" (#36851) This reverts commit 62158a1b.
-
Shi-Hao Hong authored
[Material] Implement TooltipTheme and Tooltip.textStyle, fix Tooltip debugLabel, update Tooltip defaults (#36030) * Implement TooltipThemeData and TooltipTheme * Add tooltip text style property * Update default tooltip text style and decoration to match Material specification * Fix debugLabel incorrectly labeling "white" as "black", and vice versa by default
-
- 18 May, 2019 1 commit
-
-
Greg Spencer authored
This puts the new AnimationController reverseDuration argument to use in two places: focus for InkWells and fade out for Tooltips.
-
- 03 May, 2019 1 commit
-
-
Greg Spencer authored
This is a re-land of #31561, after fixing performance regressions. Added change listening to the MouseTracker so that the Listener and tooltip can react to whether or not a mouse is connected at all. Added a change check to make sure Listener only repaints when something changed. Fixes #22817
-
- 26 Apr, 2019 1 commit
-
-
Greg Spencer authored
This reverts commit eca93640 because of four performance regressions. Will fix and re-land.
-
- 25 Apr, 2019 1 commit
-
-
Greg Spencer authored
Adds support for mouse pointer hovering to trigger tooltips, as well as custom timeouts for the tooltip durations, and a custom decoration. It also makes the tooltip be fully opaque when shown, and fade in over 150ms, and fade out over 75ms, and draw a 4.0 corner radius, all to conform with the material spec. Prior to this change, it was using a corner radius of 2.0 when shown, and faded in and out over 200ms. Fixes #22817
-