- 08 Jul, 2022 7 commits
-
-
engine-flutter-autoroll authored
-
Dan Field authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 07 Jul, 2022 29 commits
-
-
Youssef Attia authored
* Fixed AnimatedSwitcher chain produced duplicates * Fixed issue with global keys being copied * trailing whitespace * removed unused dependencies * Fixed dependency loop
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
-
Flutter GitHub Bot authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Daniel Chevalier authored
The pubRoot directory interface is being changed to promote adding and removing directories
-
engine-flutter-autoroll authored
-
Flutter GitHub Bot authored
-
Callum Moffat authored
-
engine-flutter-autoroll authored
-
Kohei Seino authored
Add `fromDirectional` factory to `RelativeRect` for when an app needs to consider both TextDirection.ltr and TextDirection.rtl. ``` RelativeRect.fromDirectional( textDirection: textDirection, start: 10.0, top: 20.0, end: 30.0, bottom: 40.0, ); ``` Addresses https://github.com/flutter/flutter/issues/107058.
-
Helin Shiah authored
* Pass URI converter from context to DDS * Match change that will be merged * Revert SDK web change
-
Alexander Aprelev authored
* Ensure build is done in incremental mode. This allows for faster bootstrapping of the compiler from previously created dill file. Fixes https://github.com/flutter/flutter/issues/107183 * Avoid initializeFromDill in aot mode * Update tests
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
Alexander Aprelev authored
* Add build-after-edit benchmark * Clean up analyzer warnings * Restore line break
-
Kate Lovett authored
-
- 06 Jul, 2022 4 commits
-
-
Michael Goderbauer authored
-
LongCatIsLooong authored
-
Flutter GitHub Bot authored
-
Goddchen authored
-