devicetemperature 0.0.1 copy "devicetemperature: ^0.0.1" to clipboard
devicetemperature: ^0.0.1 copied to clipboard

Flutter plugin to get the temperature of the device

device_temperature #

device_temperature is a flutter plugin that can provide you the current temperature of an android device.

- Note: This plugin can work only in Android as of now!

Usage #

import 'package:devicetemperature/devicetemperature.dart';

double temperature = await Devicetemperature.DeviceTemperature;

Available Methods #

  • getDeviceTemperature

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

License #

MIT

6
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin to get the temperature of the device

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on devicetemperature