Files
BadNote/.gitea/workflows
Akiba So 9db688d948
All checks were successful
CI / Windows build (push) Successful in 10m10s
fix(windows): require Flutter 3.44 for pen input
Surface Pen reports as PointerDeviceKind.stylus and multitouch is
delivered only on Flutter 3.44+ (WM_POINTER migration, PR #165323).
3.41.4 dropped pen events, so our stylus-kind capture got nothing and
pinch-zoom did not work. Pin CI to Flutter 3.44.2 (shadowing any cached
older SDK on the runner) and require flutter >=3.44.0 in pubspec.
2026-06-21 21:35:24 +08:00
..