- 12 Aug, 2019 3 commits
-
-
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 5 commits
-
-
Darren Austin authored
Provide a new ThemeData.from() method that constructs a Theme based off the colors in a given ColorScheme.
-
Ferhat authored
* [web][upstream] Fix debugPrintStack for web platform Fixes: https://github.com/flutter/flutter/issues/37488
-
Chris Yang authored
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
- 05 Aug, 2019 7 commits
-
-
Jonah Williams authored
-
Ferhat authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Danny Tuppeny authored
-
Ferhat authored
* Upstream web support for IterableProperty<double>
-
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.
-