- 06 Oct, 2022 16 commits
-
-
Jonah Williams authored
Update FileImage to use the new ImmutableBuffer.fromFilePath constructor to avoid loading bytes through the Dart heap. As a side effect, tis fixes #112881 which prevents dart:io from opening a file larger than INT_MAX bytes on windows. For files that are not exactly a dart:io file, we still use the old method of calling loadBytes() in order to not make this a breaking change.
-
MrBirb authored
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
-
keyonghan authored
-
engine-flutter-autoroll authored
-
Flutter GitHub Bot authored
-
Jia Hao authored
-
engine-flutter-autoroll authored
-
Hardeep Singh authored
-
Taha Tesser authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
- 05 Oct, 2022 22 commits
-
-
Justin McCandless authored
Fixes scrolling by dragging a selection when the field is in a Scrollable.
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jason Simmons authored
When updating packages, do not delete the simulated SDK directory until all pub invocations have finished (#112975)
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
-
Callum Moffat authored
Enables pinch-to-zoom in InteractiveViewer on web via PointerScaleEvent.
-
Jenn Magder authored
-
gaaclarke authored
-
fzyzcjy authored
Export `elapseBlocking` to test binding, so slow sync work can be simulated such as a slow widget build (#112619)
-
engine-flutter-autoroll authored
-
stuartmorgan authored
-
Eilidh Southren authored
* Adding snackbar theme data width field * Whitespace formatting * Update docstrings * version update * tidy up * Revert auto text formatting * Text formatting * Remove whitespace * Test tidy * Whitespace fix * y Please enter the commit message for your changes. Lines starting * whitespace * test fixes * de-British-ification * comment modification
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Ian Hickson authored
-
engine-flutter-autoroll authored
-
godofredoc authored
-
Zachary Anderson authored
-
dependabot[bot] authored
-
Zachary Anderson authored
-
Loïc Sharma authored
https://github.com/flutter/engine/compare/37d8342ccac159892d93008f64c9a3ac0ed2f9e1...cef721963336c56e88127d82db6400ff1d247b26 * Revert "[Windows] Move to Visual Studio 2019" (https://github.com/flutter/engine/pull/36606) Issue: https://github.com/flutter/flutter/issues/112894
-
- 04 Oct, 2022 2 commits
-
-
J-P Nurmi authored
Allows the creation of virtual in-app keyboards written in Flutter. Especially useful for embedded environments.
-
engine-flutter-autoroll authored
-