Michael Gault Jr.

Results 4 issues of Michael Gault Jr.

### Summary Selects don't properly reflect the current form value, they pick the first ``, rather than the `` that matches the current form value. ### Example Project [CodeSandbox Example...

bug

Problem --- After calling `cameraDeepArController.dispose` on Android this platform exception is thrown. ``` [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(error, Attempt to invoke virtual method 'void ai.deepar.ar.DeepAR.setAREventListener(ai.deepar.ar.AREventListener)' on a null object reference, null,...

Problem --- Calling `controller.zoomTo` on iOS does nothing, after looking into it I noticed that on iOS `zoomTo` is not implemented, the only references to zooming is a commented out...

todo

Not sure if this is the correct place to ask, but the implementation of hip locomotion seems to be based on (https://github.com/ju1ce/Simple-OpenVR-Bridge-Driver/tree/hip-locomotion) and not directly dependant on it, so I'll...