Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 864 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 864 Bytes

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