upower 0.7.0 upower: ^0.7.0 copied to clipboard
Provides a client to connect to UPower - the service that does power management on Linux.
Changelog #
0.7.0 #
- Update to dbus 0.7.
- Use Object.hash for hashCode calculations.
0.6.2 #
- Only list as supporting Linux.
0.6.1 #
- Make connect() a no-op when already connected.
- Guard against null property access.
0.6.0 #
- Update to dbus 0.6.
0.5.0 #
- Add keyboard backlight support.
- Update to dbus 0.5.
- Rename test file so can just run 'dart test'.
0.4.0 #
- Update to dbus 0.4.
- Change outputs from Iterable to List so can be easily indexed.
- Fix wrong text in UPowerDeviceStatisticsRecord.toString.
- Allow UPowerDeviceHistoryRecord and UPowerDeviceStatisticsRecord to be compared.
- Add regression tests.
0.2.0 #
- Make the DBusClient parameter optional.
0.1.0 #
- Initial release