battery_plus_tizen 1.1.3
battery_plus_tizen: ^1.1.3 copied to clipboard
A Flutter plugin to access various information about the battery of the device the app is running on. This is a tizen implementation of the battery_plus plugin.
1.1.3 #
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Fix analyze issue.
- Update the LICENSE file.
- Add more detail to the description field of pubspec.yaml
1.1.2 #
- Update battery_plus to 4.0.1.
- Remove unnecessary
StreamHandlerError
implementation. - Increase the minimum Flutter version to 3.3.
1.1.1 #
- Hold memory of StreamHandlerError's member to prevent crash.
1.1.0 #
- Update battery_plus to 2.1.3.
- Update battery_plus_platform_interface to 1.2.1.
- Support
Battery.batteryState
. - Update the example app.
- Code refactoring.
1.0.3 #
- Update battery_plus to 2.0.2.
- Update battery_plus_platform_interface to 1.1.1.
- Remove obsolete
battery_plus_tizen.dart
.
1.0.2 #
- Update battery_plus to 2.0.1.
- Update battery_plus_platform_interface to 1.1.0.
- Update the example app and integration_test.
- Minor code cleanups.
1.0.1 #
- Fix a bug with EventChannel.
1.0.0 #
- Initial release.