- 23 Apr, 2020 1 commit
-
-
chunhtai authored
* Fix FlutterError.onError in debug mode * update * fix comments * add license header * fix analyzer * update * another attempt * fix test * fix comment
-
- 22 Apr, 2020 30 commits
-
-
godofredoc authored
-
Kate Lovett authored
-
Jonah Williams authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Revert "[flutter_tools] default tree-shake-icons to enabled and improve performance (#54923)" (#55413) This reverts commit 0b93a921.
-
xster authored
remove intellij references to the v1 embedding jars now that the v2 embeddings are referenced via maven (#55353)
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
stuartmorgan authored
The arrow key and delete handling in RenderEditable was using single index values, which made it possible to move the cursor into the middle of a surrogate pair (allowing things like adding text at that insertion point), or to delete half of a surrogate pair. Since unpaired surrogate pairs aren't valid UTF-16, doing so would cause assertions in the text field. This makes the arrow key and delete key handling surrogate-aware (although not grapheme-cluster-aware, which is a larger fix that is out of scope here). Part of #55014
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
ef05a18c0 Roll src/third_party/dart 87b829bacd36..e6baa97e9adc (5 commits) (flutter/engine#17870) (#55368)
-
Jonah Williams authored
-
engine-flutter-autoroll authored
4616931ea Roll src/third_party/skia e9663db508df..a6cd5588d231 (4 commits) (flutter/engine#17868) (#55363)
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Rene Floor authored
-
engine-flutter-autoroll authored
-
James D. Lin authored
Prefer using `.of()` (which is statically type-checked) over `.from()` (which is dynamically type-checked) when possible.
-
engine-flutter-autoroll authored
* e83f30c59 Pass amber-files directory to tests. (flutter/engine#17815) * b1c51cfe7 Extend external view embedder on Android (flutter/engine#17839)
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Janice Collins authored
-
Shi-Hao Hong authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
-
Kate Lovett authored
-
- 21 Apr, 2020 9 commits
-
-
engine-flutter-autoroll authored
cf78b89c3 Roll src/third_party/skia 24ea293cd25b..efb2133b0dd3 (7 commits) (flutter/engine#17847) (#55314)
-
Hans Muller authored
-
Greg Spencer authored
-
Greg Spencer authored
-
engine-flutter-autoroll authored
-
Tianguang authored
-
Katarina Sheremet authored
-
engine-flutter-autoroll authored
-
Yegor authored
-