文件最后提交记录最后更新时间
[camera_windows] Revert: Support image streams on Windows platform (#7951) This reverts commit b31a279641283f1ef75ee2cc586b53de559148e4 (https://github.com/flutter/packages/pull/7067) The implementation had significant bugs: - It had asynchronous results, but never responded to them, violating the engine API contract and preventing futures from completing. - It std::moved pointers between classes, while still keeping them as ivars and global references and referring to them from long-lived handlers.1 年前
[various] Update Windows packages to Pigeon 21 (#7180) Updates all Windows platform implementation packages to use the latest version of Pigeon. The main motivation was picking up the enum naming fix, but I figured I'd do all of them at once, even if they didn't use enums.1 年前
[camera_windows] Set device media type for video preview explicitly (#7447) Fixes preview aspect ratio on Windows on some webcams (See https://github.com/flutter/flutter/issues/122966). Before (main branch 7c1a05c8b12274e940e39adcb42896a32f57df32): ![image](https://github.com/user-attachments/assets/cca93da9-dd94-486e-930f-5c5aa73922a9) After: ![image](https://github.com/user-attachments/assets/05c5c460-21ed-40d8-93eb-1e75da7c929c)1 年前
[camera_windows] Revert: Support image streams on Windows platform (#7951) This reverts commit b31a279641283f1ef75ee2cc586b53de559148e4 (https://github.com/flutter/packages/pull/7067) The implementation had significant bugs: - It had asynchronous results, but never responded to them, violating the engine API contract and preventing futures from completing. - It std::moved pointers between classes, while still keeping them as ivars and global references and referring to them from long-lived handlers.1 年前