- 28 Jan, 2021 7 commits
-
-
Jenn Magder authored
-
Kate Lovett authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Ian Hickson authored
-
Sam Rawlins authored
-
Jenn Magder authored
-
- 27 Jan, 2021 29 commits
-
-
Greg Spencer authored
This fixes a subtle bug in the focus traversal that would leave unfocusable FocusTraversalGroup nodes in the list of sorted nodes to be traversed, causing an assert to fire if you nested a FocusTraversalGroup in another one and made its children unfocusable.
-
engine-flutter-autoroll authored
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
Sam Rawlins authored
-
Pedro Massango authored
-
Phil Quitslund authored
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
Dan Field authored
-
Jenn Magder authored
-
Jonah Williams authored
Fixes #74772 stale files from previous SDKs were getting left in the cache, confusing the analyzer.
-
Dan Field authored
-
Alexandre Ardhuin authored
-
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 4 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.
-