- 09 Nov, 2020 3 commits
-
-
Greg Spencer authored
Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow` (#69617) * Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate * remove new test platform dispatchers * Amend documentation
-
Kate Lovett authored
-
chunhtai authored
* Fix crash when widgetspan does not produce a semantics node in render paragraph * fix comments * fixed corner case, added test, refactored semantics widget * addressing comment
-
- 04 Nov, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 02 Nov, 2020 2 commits
-
-
Greg Spencer authored
-
David Garcia authored
-
- 31 Oct, 2020 1 commit
-
-
Greg Spencer authored
My yearly pass to fix spelling errors in the API dartdocs.
-
- 30 Oct, 2020 1 commit
-
-
Jacek Marchwicki authored
-
- 29 Oct, 2020 3 commits
-
-
Ian Hickson authored
-
Danny Lin authored
-
Michael Goderbauer authored
-
- 27 Oct, 2020 1 commit
-
-
Justin McCandless authored
When attempting to select a space on mobile, Flutter will try to select the word before the space too, if one exists.
-
- 22 Oct, 2020 4 commits
-
-
Alexander Brusher authored
-
xubaolin authored
-
stuartmorgan authored
Currently the framework handles delete, but not backspace, so embeddings all have to implement backspace handling themselves. This eliminates that inconsistency and allows simplified code in embeddings by adding backspace handling. It also fixes a bug uncovered in the delete handling where deleting a selection would also delete the next character after the selection.
-
Dan Field authored
Move service extension to correct binding so images are repainted after enabling/disabling, update test (#68793) * Move service extension to correct binding so images are repainted after enabling/disabling, update test * Update binding.dart
-
- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 19 Oct, 2020 1 commit
-
-
YeungKC authored
-
- 16 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 10 Oct, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Oct, 2020 1 commit
-
-
Matej Knopp authored
-
- 08 Oct, 2020 4 commits
-
-
Michael Goderbauer authored
-
Yuqian Li authored
Fixes https://github.com/flutter/flutter/issues/67343
-
LongCatIsLooong authored
Reland "Add CompositedTransformFollower.{followerAnchor, leaderAnchor} for custom anchoring (#64930)" (#65871) (#65884)
-
Alexandre Ardhuin authored
* enable null_check_on_nullable_type_parameter and tighten_type_of_initializing_formals * fix CI
-
- 06 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 05 Oct, 2020 3 commits
-
-
Alexandre Ardhuin authored
-
Tong Mu authored
-
Dan Field authored
* Reland dispose images when done (#67100) Changes since last time: - Test for CanvasKit image rendering (https://github.com/flutter/flutter/pull/67176) - Fix CanvasKit dispose impl (https://github.com/flutter/engine/pull/21555) - Update internal google3 customer with a problematic ImageStream Listener impl (cl/335091311, cl/335459002) This reverts commit 473358d9.
-
- 02 Oct, 2020 1 commit
-
-
Jason Simmons authored
-
- 01 Oct, 2020 2 commits
-
-
Dan Field authored
* Dispose of images after using them Adds ImageInfo.clone, ImageInfo.dispose, and ImageInfo.isCloneOf. Makes all stateful holders of ui.Image objects properly clone and dispose of them. Behavior change for ImageStreamCompleter: Removing the last listener after registering at least one listener results in the object being disposed, and new listeners cannot be added, unless a keepAlive handle is created. Makes all non-stateful holders of ui.Image (i.e. paintImage and RawImage) assert that whoever gave the image to them has not disposed it on them.
- 29 Sep, 2020 2 commits
-
-
Alexander Brusher authored
-
LongCatIsLooong authored
-
- 28 Sep, 2020 1 commit
-
-
Pieter van Loon authored
-
- 27 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
* apply upcoming lint cast_nullable_to_non_nullable * make RenderObjectElement.renderObject non-nullable
-
- 24 Sep, 2020 1 commit
-
-
Jonah Williams authored
Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame. To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup. Fixes #66066
-
- 23 Sep, 2020 2 commits
-
-
LongCatIsLooong authored
-
Yuqian Li authored
-