Skip to content

A flutter dart plugin to access the device's proximity sensor.

License

Notifications You must be signed in to change notification settings

Samaritan1011001/proximity_plugin

Repository files navigation

proximity_plugin

A Flutter plugin to access the proximity sensors.

Usage

To use this plugin, add proximity_plugin as a dependency in your pubspec.yaml file.

Example

import 'package:proximity_plugin/proximity_plugin.dart';

proximityEvents.listen((ProximityEvent event) {
// Do something with the event.
});

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

About

A flutter dart plugin to access the device's proximity sensor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published