- 27 Jan, 2021 15 commits
-
-
Ian Hickson authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Shi-Hao Hong authored
* Expose CupertinoModalPopupRoute for state restoration * Add state restoration test, expose kCupertinoModalBarrierColor
-
Sam Rawlins authored
-
Hans Muller authored
-
Mouad Debbar authored
-
Jonah Williams authored
[flutter] throw more specific error messages if a lerp'd type does not conform to Tween API (#74684)
-
Jonah Williams authored
-
Dan Field authored
-
Jenn Magder authored
-
engine-flutter-autoroll authored
-
Dan Field authored
-
Darren Austin authored
Added constructor parameters to the ReorderableList that were missing from ScrollView. Also replace a lot of doc comments with macro templates to reduce duplication.
-
engine-flutter-autoroll authored
-
- 26 Jan, 2021 25 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Ben Konyi authored
The CFE now logs to stdout by default when compiling a program which has non-null-safe dependencies. Since flutter_tools has not yet migrated, we need to suppress this message when compiling the tool. Fixes https://github.com/flutter/flutter/issues/74366
-
Todd Volkert authored
This gets away from the extra static map for global key registrations in favor of the data structures being instance properties of the build owner. This still allows for semantically-equivalent static access through the binding (which in turn gives access to the build owner). This also adds a `BuildOwner.globalKeyCount` getter to get the count of global keys associated with widgets currently in the tree.
-
Dan Field authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
* ea11ccd7b Roll Fuchsia Linux SDK from GLRm7LJRm... to DLfskqEUx... (flutter/engine#23943) * ab06062af Roll Skia from 76389b7d2444 to 02621c33b426 (3 revisions) (flutter/engine#23945) * eb899383a Roll Dart SDK from f9e1d1ab4001 to 2607b01bec99 (2 revisions) (flutter/engine#23946) * 3e17bbc6c Use ToStringTransformer from dart frontend_server (flutter/engine#23915) * 5d3477eab Roll Skia from 02621c33b426 to bbc5288f2bb1 (4 revisions) (flutter/engine#23949)
-
xster authored
-
Dan Field authored
-
engine-flutter-autoroll authored
-
Jia Hao authored
-
Greg Spencer authored
This removes the nullOk parameter from Actions.invoke, and adds an Actions.maybeInvoke function. The difference is that invoke will now always (in debug mode) throw if an enabled action isn't found, and maybeInvoke will return null if an enabled action isn't found. The invoke function can still return null as the result of the invocation, though, so I purposely didn't change the return value to Object from Object?.
-
engine-flutter-autoroll authored
-
Daniel authored
-
Yurii Cherniavskyi authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
Mouad Debbar authored
-
Jenn Magder authored
-
Sam Rawlins authored
-
Sam Rawlins authored
-
Alexandre Ardhuin authored
-
Darren Austin authored
-
xubaolin authored
-