ray_temp_blue 1.0.1+stable
ray_temp_blue: ^1.0.1+stable copied to clipboard
Flutter package for interfacing with Ray Temp Blue Bluetooth LE thermometer. Automatically captures temperature measurements when the device button is pressed.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ray_temp_blueThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ray_temp_blue: ^1.0.1+stableAlternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ray_temp_blue/ray_temp_blue.dart';