* Add test to check that package prefix of font fallback is not duplicated
* Fix duplicate package prefix of font family fallback
* Add test to check that package prefix of font fallback is not duplicated
* Fix duplicate package prefix of font family fallback
* DragTarget part 1.
[WIP] Change GestureRecognizer. Sorry.
[WIP] Move from GestureRecognizer to MultiDragGestureRecognizer.
Make it a `Set<int>?`
Get bitwise operations working.
Fix test. Rename to allowedInputPointers.
Convert into a builder.
Improve code with default funciton.
Refactor everything again.
Rename to buttonEventFilter.
Use static function.
Fix analyzer.
Fix private reference.
Use // in private method.
* Fix Renzo request.
* Add `allowedButtonsFilter` everywhere.
* Refactor monoDrag for multi pointer support.
* Fix tests?
* Change default to always true.
* Fix PR comments.
* Completely refactor long press.
* Add forgotten class.
* Revert "Completely refactor long press."
This reverts commit 5038e8603e250e8c928b0f1754fb794b7b75738b.
* Add default value to LongPress
* Refactor doubleTap.
* Relax double tap.
* Write comment in LongPress.
* Use template.
* 091c785a4 [windows] Use FML_DCHECK in place of C assert (flutter/engine#38826)
* f3f053680 [windows] Eliminate unnecessary iostream imports (flutter/engine#38824)
* Prevent drag and tap from accepting when a tap down exceeds the recognizers deadline but the recognizer has not won the arena
* Add test
* make analyzer happy
Co-authored-by: Renzo Olivares <roliv@google.com>
* e9b7a2d38 [macOS] Do not block raster thread when shutting down (flutter/engine#38777)
* 35cfe9158 Roll Fuchsia Mac SDK from gZ6xbsp2MRsoXfKgY... to nIPtQ59jG1pxyatOq... (flutter/engine#38819)
* Use correct API doc link in create --sample help message
* Verify Flutter and Dart website links in tool help messages use https
* Adjust test failure reasoning message
As the results of "uname -s" command is like the below on MSYS2 on
Windows Terminal,
MSYS_NT-10.0-22621
This patch fixes the Flutter command working on this kind of systems.
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
* 2d2c5e7eb Roll Dart SDK from 22fa50e09ee8 to 21f5de0ad596 (2 revisions) (flutter/engine#38796)
* 24eb954da fix canvas drawLine bugs (flutter/engine#38753)
* 2b024cbb6 [Impeller Scene] Change how property resolution works to fix Animation blending; add mutation log to nodes; enable backface culling; add vertex color contribution back to meshes (flutter/engine#38766)
* 0192ea15e Roll Dart SDK from 21f5de0ad596 to 7879aa93da71 (1 revision) (flutter/engine#38804)
* 5cd50f568 Roll Fuchsia Mac SDK from ao8fSjW8HrZSsu3yq... to gZ6xbsp2MRsoXfKgY... (flutter/engine#38806)
* 4bf70c011 Roll Dart SDK from 7879aa93da71 to d7235947ff9b (1 revision) (flutter/engine#38808)
* bb2d5e93a Roll Dart SDK from d7235947ff9b to edd406c07399 (2 revisions) (flutter/engine#38814)
* 2a9fa7975 Revert "fix canvas drawLine bugs (#38753)" (flutter/engine#38815)
* c01465a18 Add wasm_release build to linux_host_engine.json (flutter/engine#38755)
* 7abc5f13a [web] Update felt to use generated JS runtime for Dart2Wasm. (flutter/engine#38786)
* 4a8d6866a Add CI builder for windows-arm64. (#38394) (flutter/engine#38739)
* 5ec03d7d1 Roll Fuchsia Mac SDK from a9NpYJbjhDRX9P9u4... to ao8fSjW8HrZSsu3yq... (flutter/engine#38782)
* 87ead948e delete include of private GrMtlTypes header (flutter/engine#38783)
* cccaae2f3 [fuchsia] Replace deprecated AddLocalChild (flutter/engine#38788)
* 6a24f2d7b == override parameters are non-nullable (flutter/plugins#6900)
* b9206bcfe [espresso]: Bump espresso-accessibility and espresso-idling-resource from 3.1.0 to 3.5.1 in /packages/espresso/android (flutter/plugins#6933)
* b1797c2bb [file_selector] Switch to Pigeon for macOS (flutter/plugins#6902)
* 620a059d6 [google_sign_in] Renames generated folder to js_interop. (flutter/plugins#6915)