- 13 Nov, 2020 7 commits
-
-
Michael Goderbauer authored
-
Jonah Williams authored
[flutter_tools] use initially parsed package config for language version, sound mode determination (#70323)
-
Jonah Williams authored
Revert "[integration_test] Add a `run` method for proper reporting of test results (#70075)" (#70466) This reverts commit af5eb3b9.
-
Jia Hao authored
-
engine-flutter-autoroll authored
-
Greg Spencer authored
-
Greg Spencer authored
Change the semantics of Actions.invoke so that if the action it finds is disabled, then it keeps looking for an ancestor Actions widgets that has a matching intent where the action is not disabled.
-
- 12 Nov, 2020 20 commits
-
-
Jonah Williams authored
[flutter_tools] remove branch migration and standardize constructor style for version interface (#70058)
-
Jenn Magder authored
-
Darren Austin authored
Migrate flutter_localizations to null safety.
-
Jonah Williams authored
This reverts commit a0ec4d67.
-
Michael Goderbauer authored
-
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 13 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)
-