I didn't find a way to access the barometer(sensor for air pressure) of my smartphone with flutter. I only want to use it with android, because iPhones doesn't have a barometer. Is there an known way to do that or do i have to make a native android app with Kotlin or Java.
Asked
Active
Viewed 818 times
0
-
1I don't think there is a plugin available for that yet. You'd need to build your own like https://pub.dartlang.org/packages/sensors, https://pub.dartlang.org/packages/proximity_plugin. https://flutter.io/developing-packages/ – Günter Zöchbauer Jul 16 '18 at 14:20
-
1Recent iPhones definitely have a barometer. – Randal Schwartz Jul 24 '18 at 02:04
-
Did you find one ? – Arnaud Nov 21 '22 at 09:53