Dominik Vagala

Results 7 issues of Dominik Vagala

When using `motionSensors.orientation` or `motionSensors.absoluteOrientation` to get `pitch`, the value is the same if I move the device down or up. Therefore you cannot differentiate from up and down. Measurements...

As the title says, the child widgets of the carousel are being disposed. This leads to a problem if you have some async logic when initiating the state of the...

It seems that when a camera controller is not correctly disposed (hot-restart is used), the banner ad totally ignores where it should be rendered, and it places itself at top...

p3-low
banner ad

### Plugin sensors_plus ### Use case From `gyroscopeEvents` I can get the delta of orientation of a device (I guess it's in `radians/second`). So if the device is currently not...

enhancement
triage

Hey, thanks for this library! I see that the `Pointer.fromFunction` is not implemented. Is there please any workaround to this issue, to be able to pass a Dart function callback...

When using release build the app is crashing on startup. Tested on Flutter versions `2.5.0 2.8.1 3.3.8` ``` WARN: Unable to load JNA library (OS: Mac OS X 13.0) java.lang.UnsatisfiedLinkError:...

Hey, I've made an example [here](https://github.com/dvagala/pytorch-flutter-FFI-example) of how to add C++ LibTorch to Flutter and call it directly through dart:FFI. My measures suggest that the inference is significantly faster than...