- 12 Nov, 2020 15 commits
-
-
Michael Goderbauer authored
-
Jonah Williams authored
-
Yuqian Li authored
Unit tests that cover their translations are also added.
-
Jason Simmons authored
This allows the two videos in the demo to play simultaneously (matching the behavior from before the recent upgrade to the video player plugin)
-
Todd Volkert authored
-
Greg Spencer authored
This reverts usages of the binding's platformDispatcher to use window again temporarily, because there isn't a TestPlatformDispatcher yet, and so some tests were failing because they mocked the TestWindow to return certain things (locales) that were returning the real values instead of the test values. Once I've created a TestPlatformDispatcher to allow fake data to be passed to it, we can go back to using the platformDispatcher in all of these places
-
Hans Muller authored
-
Emmanuel Garcia authored
-
Greg Spencer authored
-
Jonah Williams authored
-
Michael Goderbauer authored
-
Zachary Anderson authored
This reverts commit 1f0df545.
-
Zachary Anderson authored
This reverts commit 15d2d8a8.
-
engine-flutter-autoroll authored
-
keyonghan authored
-
- 11 Nov, 2020 18 commits
-
-
engine-flutter-autoroll authored
-
Anna Gringauze authored
* Move web integration tool tests to web.shard Web integration tool tests depend on DDC changes in SDK. This change moves them to a separate shard and subshard so CI bot configurations can run them separately. In particular, with will allow running those tests on dart CI flutter HHH web bot instead of a non-web one, allowing early detection and easy classification of issues caused by SDK changes as VM- or Web related. * Enabled verbose mode for flaky web_tool_tests * Split out the test changes to be commited first
-
J-P Nurmi authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Kate Lovett authored
-
Omar Emara authored
-
Jonah Williams authored
-
Sanjoli Goyal authored
* Update ReorderableListView API docs * fixed dart fmt * added dartpad instead of code sample * fixed parenthesis error * Update packages/flutter/lib/src/material/reorderable_list.dart Co-authored-by: Amit Patil <54329870+Amitpatil215@users.noreply.github.com> * using reference List.generate instead of generate * request changes are complete * space eroors are fixed * Update ReorderableListView API docs * fixed dart fmt * added dartpad instead of code sample * fixed parenthesis error * using reference List.generate instead of generate * Update packages/flutter/lib/src/material/reorderable_list.dart Co-authored-by: Amit Patil <54329870+Amitpatil215@users.noreply.github.com> * request changes are complete * space eroors are fixed * request changes are completes Co-authored-by: Amit Patil <54329870+Amitpatil215@users.noreply.github.com> Co-authored-by: John Ryan <ryjohn@google.com>
-
Harsh Mehta authored
* interactive dartpad sample added * cleaner code * removed extra spaces * minor spaces added * removed null returns
-
Chinmay Kabi authored
* Update WillPopScope API Docs * Update WillPopScope API Docs * Update WillPopScope API Docs template fix * Refactoring dartpad sample * Refactoring dartpad sample * Remove trailing spaces * Minor build fix * Remove space * Change the dartpad sample and other minor changes * Change the dartpad example * Remove trailing character * refactor code to dart preamble * adding uncleared variable * adding uncleared variable * Implemented requested changes * Implemented requested changes * empty commit * minor changes Co-authored-by: Chinmay Kabi <chinmaykabi@gmail.com>
-
MH Johnson authored
[Material] Add support for customizing active + disabled state color for selection controls. (#68831) * Add new MaterialStateProperty param to selection controls
-
engine-flutter-autoroll authored
81f219c59 [Android Text Input] Make the editing state listenable and allow batch edits (flutter/engine#21534) (#70266)
-
xster authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
keyonghan authored
-
Jonah Williams authored
-
- 10 Nov, 2020 7 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
* 03e750d6f Roll Fuchsia Linux SDK from g6EuxMthn... to DzZi2gPbF... (flutter/engine#22417) * 80e9a3fc2 Roll Skia from 84d503b21322 to 5b8598952931 (7 revisions) (flutter/engine#22418) * 80cc0fae7 Roll Skia from 5b8598952931 to 02dd0ed8ce5e (1 revision) (flutter/engine#22419) * d14c4a742 Roll Skia from 02dd0ed8ce5e to fb5850f41043 (4 revisions) (flutter/engine#22420) * af185be87 Roll Skia from fb5850f41043 to 008d63e23dab (6 revisions) (flutter/engine#22421) * 1a13dac52 Simplify API for scheduling Skia object deletions (flutter/engine#22409) * 49299c37d Roll Skia from 008d63e23dab to 267826c86552 (4 revisions) (flutter/engine#22422) * 25e08298a Roll Fuchsia Mac SDK from w10eytxvc... to e-4Jm-yWa... (flutter/engine#22423) * 76e615859 Roll Skia from 267826c86552 to 88e8bb2fe2d5 (3 revisions) (flutter/engine#22424) * caf678d30 Move common graphics utils to //flutter/common/graphics (flutter/engine#22320)
-
Michael Goderbauer authored
-
Jonah Williams authored
Disabled caching of pub invocations on flutter drive.
-
Hans Muller authored
-
Jonah Williams authored
-
Jonah Williams authored
-