proximity_sensor 1.0.0 proximity_sensor: ^1.0.0 copied to clipboard
sensor. only for proximity.
proximity_sensor #
simple and easy to use flutter plugin package for proximity sensor (only)
Getting started #
In the pubspec.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';