Rui Craveiro

Results 4 issues of Rui Craveiro

Hi, I am proposing this PR to add the only feature I am missing from Kiwi. It is the need to create a scoped container, but one that reuses all...

A previous PR #493 solved the problem of receiving trailers within the GrpcError object from the client. It works well with servers built in other languages that send those trailers....

size/M

Adds support for video stabilization to camera_platform_interface, camera_avfoundation, camera_android_camerax and camera packages. The video stabilization modes are defined in the new VideoStabilizationMode enum defined in camera_platform_interface: ```dart /// The possible...

p: camera
platform-android
platform-ios
platform-macos
platform-web
platform-windows
federated: all_changes

Implements getSupportedVideoStabilizationModes() and setVideoStabilizationMode() methods in AVFoundationCamera. Address issue https://github.com/flutter/flutter/issues/89525. It is the camera_avfoundation sub-PR for https://github.com/flutter/packages/pull/7108. ## Pre-Review Checklist - [x] I read the [Contributor Guide] and followed the...

p: camera
platform-ios
platform-macos
federated: partial_changes
triage-ios