- 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 17 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
-
engine-flutter-autoroll authored
-
Jonah Williams authored
This reverts commit a90880a8.
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
-
Jonah Williams authored
[flutter_tools] remove most globals from asset system and remove Cache manipulation in unit tests (#70011)
-
Jonah Williams authored
This reverts commit ff953e4f.
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Fixes #69416 Fixes #70121
-
Jonah Williams authored
Necessary to work around #70013 (this looks like it will be fixed, but should protect us in the future) Restores some notion of skipping pub, with differences from the prior implementation: Off by default, and only used by the flutter command automatic pub get A single check parameter. Uses the framework version cached per-project instead of a timestamp of the tool, to avoid cases where downloading a prebuilt framework would cause this check to no longer work.
-
- 09 Nov, 2020 5 commits
-
-
Greg Spencer authored
Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow` (#69617) * Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate * remove new test platform dispatchers * Amend documentation
-
redsolver authored
* Added Dartpad sample for Table widget * Changed template to stateless_widget_scaffold * Removed trailing character
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Kate Lovett authored
-