Adam Skelton
Adam Skelton
Wow, I learned a lot just by reading [this excellent comment on StackOverflow](https://stackoverflow.com/a/15470571/14140759). Snipped below: > I have put a [Magnet-O-Meter demo app on gitHub](https://github.com/foundry/MagnetoMeter) which displays some of these...
Hello and thank you for your work on this software. I can successfully install a letsencrypt cert on one subdomain, but my primary domain continues to display my outdated old...
> Based on the official sensor package Even a [typo](https://github.com/zesage/motion_sensors/blob/master/lib/motion_sensors.dart#L107) in `UserAccelerometerEvent` constructor ;) On a serious note, the additional features make this package a clear choice for me. Transitioning...
Without follow-up, I was unsure if the issue was ever resolved until now. It seems still the discrepancy is caused by the source of the magnetometer data. `motion_sensors` uses `motionManager.startDeviceMotionUpdates()`...
> @Zabadam can you roll out an update so that I don’t have to rewrite the implementation in the project using motion_sensors? )))) > > I don't know Swift Me...
> ## Alternatives > > 1. Add dithering to specific UI objects, like [`Gradient.linear`](https://api.flutter.dev/flutter/dart-ui/Gradient/Gradient.linear.html), instead of a `Paint.dither` flag. > > If we don't expect dithering to apply to all/most...
I sure am glad the Gradients are getting a small amount of much-needed attention here. Of course the "extra goals" are best left to published packages anyway. For example, using...
Hello, all, sorry for delay. A PR with this fix should be made shortly.
@franz-velasco @Silverviql @Hung-Hsun It would be very helpful if someone could confirm proper functionality now that `DeviceMotion` is in use: ```yaml dependencies # Testing calibrated magnetometer on iOS (https://github.com/fluttercommunity/plus_plugins/pull/3019) sensors_plus:...