- 16 Sep, 2020 8 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
godofredoc authored
-
Ming Lyu (CareF) authored
-
engine-flutter-autoroll authored
-
Anthony authored
-
Jonah Williams authored
-
Tong Mu authored
Expose GestureBinding.handlePointerEvent, replacing dispatchEvent as the preferred way to dispatch events (#64846)
-
- 15 Sep, 2020 32 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Greg Spencer authored
Fix the `character` field of the `RawKeyEvent` to hold correct data on non-Android platforms. (#65667) This fixes a problem where the character field of the RawKeyEvent was not being set at all for non-Android platforms. I also updated the key maps, and corrected a problem with the Windows key map where the backquote character wasn't correctly mapped.
-
Yuqian Li authored
-
Devon Carew authored
fix an issues where raw json output was written to IDE clients
-
LongCatIsLooong authored
Revert "Add CompositedTransformFollower.{followerAnchor, leaderAnchor} for custom anchoring (#64930)" (#65871) This reverts commit 2fbb529d.
-
Yuqian Li authored
This follows https://github.com/flutter/flutter/pull/59364 and cl/319911104 FittedBox is still default to hardEdge clip as new FittedBox is added to Google very quickly. Let's first roll other part of changes into Google first.
-
engine-flutter-autoroll authored
-
Balvinder Singh Gambhir authored
Generates version.json in web directory of project. version.json can be used in the future version of package_info which will support web. version.json has the following keys : app_name, version and build_number. This file is generated every time a user runs or builds the project. Co-authored-by: Jonah Williams <jonahwilliams@google.com>
-
Yuqian Li authored
This would help us investigate issues like https://github.com/flutter/flutter/issues/64781
-
Jenn Magder authored
-
Hans Muller authored
-
Hans Muller authored
-
Jonah Williams authored
Like the ProcessException thrown from zip running on a bad file, the tool should catch the ArchiveException thrown from windows implementation using package:archive.
-
Jonah Williams authored
Port the deprecated settings devicelab test to tool integration shard. Tests that apps can be built using the deprecated android/settings.gradle file. Part of #65790
-
Anthony authored
[Material] Fix a jumping animation in the beginning of the extended Navigation Rail transition (#65659)
-
Alexandre Ardhuin authored
-
engine-flutter-autoroll authored
-
Alexandre Ardhuin authored
* Reland "Nnbd widgets (#64672)" This reverts commit 127e6790. * remove non-nullable enforcement on AsyncSnapshot * make data param non-nullable for AsyncSnapshot.withData * make some Text params non-nullable
-
Pedro Massango authored
-
GodHyum authored
-
engine-flutter-autoroll authored
-
Hans Muller authored
-
engine-flutter-autoroll authored
-
stuartmorgan authored
-
Aman Verma authored
-
Ayush Bherwani authored
-
stuartmorgan authored
-
Filip Hracek authored
-
Jonah Williams authored
[flutter_tools] handle terminals that do not support single char mode in Terminal.promptForCharInput (#65418) Some terminals stdin do not support single char mode (like an emacs terminal buffer apparently). If this is the case, then the presented choice values would always have an appended newline \n which would prevent us from finding the value in the listed index (or using it as a signal for the default choice). To fix, treat '' as the default choice and always trim the choice value. While this has seemingly always been broken, it wasn't noticeable until the multi-device selection prompt was added a few months ago. Fixes #65267
-
Jonah Williams authored
Because the Status spinner was only created on setup, the second stop would asset/crash. Fixes #65449
-