- 17 Jul, 2020 4 commits
-
-
Todd Volkert authored
This updates the default value of the `invertMeaningOfVerticalAndHorizontal` argument from true to false. https://github.com/flutter/flutter/issues/61470
-
-
Christopher Fujino authored
-
Ming Lyu (CareF) authored
This reverts commit b7b60a2d.
-
- 16 Jul, 2020 23 commits
-
-
Emmanuel Garcia authored
-
Michael Goderbauer authored
-
Emmanuel Garcia authored
-
Ming Lyu (CareF) authored
-
Chris Yang authored
-
Sam Rawlins authored
-
engine-flutter-autoroll authored
-
Christopher Fujino authored
-
Bogdan Lukin authored
-
Chris Yang authored
-
Darren Austin authored
-
Jonah Williams authored
Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend. Updates android, ios, fuchsia workflows to use feature flags check. Removes concept of stable artifacts and checks on flutter version. Fixes #58999 #52859 #12768
-
Jonah Williams authored
complete removal of all generate functionality Fixes #61508
-
Todd Volkert authored
`showDialog()` and `showGeneralDialog()` were allowing transparent colors but then triggering an assertion down the stack while building the modal barrier. The assertion existed to keep from animating from transparent to transparent, but there's no need for the assertion, since we can just treat the transparent case as the same as the null case -- no animation necessary.
-
Darren Austin authored
-
Kate Lovett authored
-
Hans Muller authored
-
Hans Muller authored
-
chunhtai authored
-
Kate Lovett authored
-
Pedro Massango authored
-
- 15 Jul, 2020 13 commits
-
-
Danny Tuppeny authored
This was testing that concurrent reloads were rejected. This is now allowed (as of #55376 (which has non-devicelab integration + unit tests).
-
Danny Tuppeny authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Remove git dependencies from pub-cache #61487
-
Danny Tuppeny authored
-
Ming Lyu (CareF) authored
* Promtoe WidgetTester.ensureVisible * modify according to tvolkert@
-
-
Todd Volkert authored
The function passes most of its arguments through to `_DialogRoute`, but it wasn't providing the default values that `_DialogRoute` was, causing it to override the defaults will null values.
-
Todd Volkert authored
The Xcode build almost always takes longer than 2 seconds. With the operation classified as a "fast operation", the Flutter tool will warn the user that the build is "taking an unexpectedly long time". This updates the operation to be a "slow operation", which will only warn the user if it takes 2+ minutes.
-
Jonah Williams authored
-
Jonah Williams authored
Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true. When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently) Adds an integration test that verifies this code can be run and imported when enabled. Part of #60914
-
zichangg authored
* Fixing patch for coming breaking change in HttpClientRequest * Add noSuchMethod() and comment out abort() * Add ignore: override_on_non_overriding_member
-
Tong Mu authored
Add document for mouse cursor mapping on Windows and Linux.
-