- 16 Aug, 2019 2 commits
-
-
LongCatIsLooong authored
-
Tom Robinson authored
getTransformTo now includes ancestor in the transform it returns, except for if ancestor is the root view, ensuring that the transform remains in logical pixel space.
-
- 15 Aug, 2019 4 commits
-
-
liyuqian authored
The update is copied from an update we made to a Google-internal client: cl/260202900 The update will save 1 shader compilation. This should help solve our regression: https://github.com/flutter/flutter/issues/31203 More regressions on iOS might be introduced later by https://github.com/flutter/engine/pull/9813#issuecomment-520039890 Unfortunately, we didn't rebase our benchmarks so such regressions were not detected. Hence to fully solve https://github.com/flutter/flutter/issues/31203, we might need to revert some change in https://github.com/flutter/engine/pull/9813 to make iOS shader warm-up happen on the GPU thread again.
-
Greg Spencer authored
Add an autofocus parameter to widgets which use Focus widget internally, and update related docs. This will allow developers to request that a particular widget be automatically focused when shown.
-
Chris Yang authored
PlatformViewLink, handling creation of the PlatformViewSurface and dispose PlatformViewController (#37703) * link * review fixes * review fixes * remove extra line
-
MH Johnson authored
* [Material] Add splashColor param to FAB and FAB ThemeData
-
- 14 Aug, 2019 2 commits
-
-
Jason Simmons authored
The time required to call FocusNode.toString and build _focusDebug messages was showing up in some performance benchmarks.
-
Francisco Magdaleno authored
-
- 13 Aug, 2019 1 commit
-
-
MH Johnson authored
-
- 12 Aug, 2019 5 commits
-
-
Shi-Hao Hong authored
* Added customizable drawer edge drag width parameter to Drawer and Scaffold * Fix Drawer drag area width for notched devices * Update Drawer tests to reflect necessary LTR and RTL Drawer edge widths
-
Shi-Hao Hong authored
* Add DefaultTextStyle parent widget to Tooltip Overlay * Add test against fallback DefaultTextStyle
-
Greg Spencer authored
This improves the ability to debug focus manager issues. It's not meant to be used by developers unless they're debugging problems with the focus manager itself.
-
Justin McCandless authored
Fix a bug in CupertinoTextField where resizeToAvoidBottomInset didn't work.
-
rami-a authored
-
- 10 Aug, 2019 2 commits
-
-
Emmanuel Garcia authored
-
Shi-Hao Hong authored
-
- 09 Aug, 2019 12 commits
-
-
Michael Klimushyn authored
This reverts commit 92ef2b9c. This requires either runApp() or WidgetsFlutterBinding.ensureInitialized() to have been called before using any MethodChannels. Plugins broadly rely on MethodChannels and right now there's no general requirements that they be constructed within the runApp call, so the ecosystem breakages from this are broader than originally thought. Reverting for now.
-
Justin McCandless authored
Vibrate when starting scrollbar dragging.
-
Christian Mürtz authored
* Add checkColor to CheckboxListTile * Create second paint for drawing check and dash * Add activeColor test for Checkbox Co-Authored-By:
Shi-Hao Hong <shihaohong@google.com>
-
Brian Egan authored
-
Christian Mürtz authored
-
Kate Lovett authored
This reverts commit 3a2d3081.
-
adazh authored
-
Brett Morgan authored
-
chunhtai authored
-
Michael Goderbauer authored
-
liyuqian authored
TimelineEvents may not be sent if there aren't enough to form a group. Hence we should always use ExtensionEvent as the trigger. See also https://github.com/flutter/flutter/pull/37503
-
Michael Goderbauer authored
This reverts commit b39e315e.
-
- 08 Aug, 2019 5 commits
-
-
Ferhat authored
[web][upstream] Don't register exit/saveCompilationTrace for web platform since they are not available (#37812) * Don't register N/A services exit/saveCompilationTrace for web platform
-
chunhtai authored
-
Tong Mu authored
This PR fixes an issue where MouseRegion crashes when being passed with closures instead of methods. It changes how a RenderMouseRegion handles its MouseTrackingAnnotation. Instead of creating a new annotation every time it becomes active and destroys it when deactivated, it now creates an annotation during the constructor and holds onto it until the end of its lifecycle. Instead of directly passing the argument callbacks to the annotation, it proxies them using methods.
-
Tong Mu authored
Fix an issue where MouseRegion will render its children twice.
-
Justin McCandless authored
(Breaking Change) Move some hardcoded pixel values to reusable constants.
-
- 07 Aug, 2019 6 commits
-
-
liyuqian authored
See https://github.com/flutter/flutter/issues/37423
-
Michael Goderbauer authored
-
Kate Lovett authored
-
Tong Mu authored
Guard removePointer with addTearDown to avoid cascading test crash.
-
Ferhat authored
-
Michael Goderbauer authored
-
- 06 Aug, 2019 1 commit
-
-
Darren Austin authored
Provide a new ThemeData.from() method that constructs a Theme based off the colors in a given ColorScheme.
-