- 17 Sep, 2020 17 commits
-
-
TheBiirb authored
-
Jonah Williams authored
[flutter_tools] use flutter tool handler for dwds resources and precache tool pub dependencies (#65814) If the tool is downloaded from a precompiled snapshot, or if the backing source files in the pub cache are deleted, the dwds debugging functionality will break as the client.js file cannot be located. Instead use the PackageConfig to verify that package location, downloading if it is missing. Override the dwds middleware to avoid Isolate.resolvePackageUri Fixes #53644 Fixes #65475
-
Jonah Williams authored
Deprecate VelocityTracker default constructor and added VelocityTracker.withKind constructor (#66043) We've gotten feedback that the VelocityTracker change was disruptive, though it did not break any of the flutter framework or customer tests. In order to make the change non-breaking, PointerDeviceKind parameter can be made optional. Nevertheless, this parameter should be provided so that the existing touch handlers can use more accurate gestures on mouse/stylus inputs, so we can encourage this by deprecating the default constructor and pointing users towards the VelocityTracker.withKind constructor that takes a non-optional parameter
-
Jenn Magder authored
-
Herbert Poul authored
-
Michael Arndt authored
-
Jenn Magder authored
-
Hans Muller authored
-
Ben Konyi authored
PR #65873 enabled DDS for non-web Flutter applications. This change surfaced a bug where DDS would not send ServiceRegistered events to VM service clients when they subscribed to the Service stream. This would cause tools and tests that rely on these events (e.g., hot reload in VSCode) to fail. Fixes #66038.
-
Jonah Williams authored
This reverts commit cb92ffc7.
-
Jonah Williams authored
This reverts commit fd0554ba.
-
gaaclarke authored
-
chunhtai authored
-
Darren Austin authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
If a new service worker is installed, automatically update this behind the scenes. Immediately after a page refresh, the new worker and cache will be available, though the main.dart.js and others will be available sooner due to the cache busting URLS
-
- 16 Sep, 2020 20 commits
-
-
Dan Field authored
-
nero authored
-
Christian Mürtz authored
-
TheBiirb authored
-
Alexandre Ardhuin authored
-
Justin McCandless authored
Fix a bug in the layout of some textfields with constrained height and visual density.
-
Michael R Fairhurst authored
-
Yuqian Li authored
-
Hans Muller authored
-
George Wright authored
-
YeungKC authored
-
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 3 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-