Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

flutter proximity sensor plugin package

License

NotificationsYou must be signed in to change notification settings

jeremyko/flutter-proximity-sensor-plugin

Repository files navigation

https://pub.dev/packages/proximity_sensor

simple and easy to use flutter plugin package for proximity sensor (only)

Getting started

In thepubspec.yaml of your flutter project, add the following dependency:

dependencies:...proximity_sensor:

In your library add the following import:

import'package:proximity_sensor/proximity_sensor.dart';

Note

Android 12 and higher are required to specify an explicit value forandroid:exported
This is an example.

<activity    android:exported="true"    ....

(Android only)WAKE_LOCK permission is needed if you runsetProximityScreenOff(true) before listening to events

Add below permission in your AndroidManifest.xml file.

<uses-permission android:name="android.permission.WAKE_LOCK"/>

Some recent devices use virtual proximity sensors. There are no physical sensors. I found it hard to trust the sensor information in this case.


[8]ページ先頭

©2009-2025 Movatter.jp