- 08 Apr, 2020 5 commits
-
-
Zachary Anderson authored
-
Jonah Williams authored
-
Danny Tuppeny authored
-
Jonah Williams authored
Ensure build fails if asset files are missing and that stderr messages are forwarded through Gradle
-
Jonah Williams authored
-
- 07 Apr, 2020 21 commits
-
-
Greg Spencer authored
This updates the Action API in accordance with the design doc for the changes: flutter.dev/go/actions-and-shortcuts-design-revision Fixes #53276
-
Jason Simmons authored
-
EricEnslen authored
Adds an "autofocus" param to ListTile and its Checkbox, Radio and Switch variants, and passes the given value through to the wrapped InkWell, Switch, etc. This is important for scenarios like a settings screen, where the first interactable element on a page may be a SwitchListTile, for example.
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jose Alba authored
* [Slider] Rebase. * disabled thumb color with alphaBlend of colorScheme surface * test remove alphablend * Change rectangular track to how it used to be * Chaned to adaptive slider * blank lines Co-authored-by: Will Larche <larche@google.com>
-
Jonah Williams authored
-
Kate Lovett authored
-
Per Classon authored
-
Jonah Williams authored
-
Michael Thomsen authored
-
LongCatIsLooong authored
-
engine-flutter-autoroll authored
47f17a9ec Roll src/third_party/dart 1210d27678a0..275a76f2fcd8 (4 commits) (flutter/engine#17531) (#54207)
-
Tong Wu authored
-
stuartmorgan authored
Updates Windows and Linux templates to use the new PluginRegistrarManager, improving lifetime handling and reducing boilerplate.
-
Konstantin Scheglov authored
-
Amir Hardon authored
-
engine-flutter-autoroll authored
49891e065 Roll src/third_party/skia 04513752fd6e..3ef77ddf9ec4 (3 commits) (flutter/engine#17530) (#54156)
-
Tong Wu authored
-
engine-flutter-autoroll authored
-
- 06 Apr, 2020 14 commits
-
-
engine-flutter-autoroll authored
* 094563566 Roll src/third_party/skia cc8a76f3c763..04513752fd6e (22 commits) (flutter/engine#17529) * faf44fed5 Improve C++ plugin lifetime handling (flutter/engine#17489) * 4b69cf2c4 [tools][fuchsia] Do not tar debug symbol CIPD uploads (flutter/engine#17506) * 19a7fbf02 Fixed nullability in plugin header and overridden type mismatch error. (flutter/engine#17532) * ab434c554 Revert "[tools][fuchsia] Do not tar debug symbol CIPD uploads (#17506)" (flutter/engine#17537)
-
Todd Volkert authored
-
Mouad Debbar authored
-
Yegor authored
-
Jonah Williams authored
-
George Wright authored
* fd2f0d290 Roll fuchsia/sdk/core/linux-amd64 from Ezm2f... to 3yOjK... (flutter/engine#17525) * 03bbd7c81 Roll src/third_party/dart 05103dfe5a0e..a8251f820b09 (4 commits) (flutter/engine#17526) * dabda2c66 Roll fuchsia/sdk/core/mac-amd64 from LDdBU... to wZ5qZ... (flutter/engine#17527) * df257e59c Roll src/third_party/dart a8251f820b09..1210d27678a0 (5 commits) (flutter/engine#17528) * Updated bin/internal/fuchsia-linux.version * Updated bin/internal/fuchsia-mac.version * Increase memory limit for analyze-linux
-
Alexandre Ardhuin authored
-
Amir Hardon authored
-
stuartmorgan authored
This moves the app template more toward being a more generic starting point for any Flutter application, eliminating some hard-code assumptions about there being a single window/engine pair that is directly bound to the life of the application: - Moves the runloop into its own class, making it capable of servicing any number of engine instances. - Moves the logic for setting up a window containing only a Flutter view into a window subclass for ease of re-use. - Makes quit-on-window-close an optional property. (Long term this should be even more generic, like a quit-when-last-window-closes option, but this is a short-term improvement that removes the binding between the runloop and the window). - Allows for multiple instances of Win32Window to exist without issues relating to the window class registration. Since there are getting to be a non-trivial number of files associated with the runner, this moves the source into a runner/ directory, as is already done on some other platforms. Note that creating multiple Flutter windows at the same time still doesn't work correctly even with this change, but this addresses some of the known issues, and makes it easier to test in the future (e.g., for debugging engine-level issues with multiple instances). Fixes #45397
-
Darren Austin authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Jonah Williams authored
This reverts commit d6b09626.
-
Jonah Williams authored
-