ux: bulk WIP — UxPlugin→XPlugin rename + new anim/core/navi/reactive packages
Catch-all commit for outstanding pre-existing local changes. Mixes several themes that would normally be split: - Rename: UxPlugin → XPlugin across iOS, macOS, Android registrants. - New top-level packages under lib/src/: anim/ (animated values, panes, sheets, dock, measured), core/ (Emitter, ReactiveBuilder scaffolding, presenter/widget/value/dispose primitives), navi/ (Screen/ScreenStack/Router/hero/transitions), reactive/. - Edits across existing plugins (clipboard, crash, file, gallery, keyboard, scanner, sensor, url) to align with the new core. - Test updates and CHANGELOG/README touches accompanying the above.
This commit is contained in:
@@ -15,7 +15,7 @@ import AVFoundation
|
||||
/// videoOrientation = .landscapeRight"). Prefer the new API where
|
||||
/// available, fall back to the deprecated one for older macOS.
|
||||
extension AVCaptureConnection {
|
||||
func applyUxCaptureOrientation(_ orientation: DeviceOrientationFlutter) {
|
||||
func applyXCaptureOrientation(_ orientation: DeviceOrientationFlutter) {
|
||||
// Pin to 0° rotation (`.landscapeRight`) on macOS — desktop
|
||||
// cameras are physically landscape and any non-zero rotation
|
||||
// physically rotates the buffer. Diagnostic build confirmed
|
||||
|
||||
Reference in New Issue
Block a user