power_state_monitor 0.1.2
power_state_monitor: ^0.1.2 copied to clipboard
Flutter plugin that exposes Windows sleep/resume power state events via a Dart stream.
0.1.2 #
- Clarified README to highlight Windows-only support today, mention the planned macOS roadmap, and document the new dependency constraint
^0.1.2. - Expanded changelog notes to cover the documentation updates.
0.1.0 #
- Initial Windows implementation forwarding
WM_POWERBROADCASTsuspend/resume events to Dart. - Provides
PowerStateMonitor.instancesingleton withinitialize, broadcast stream, anddisposeAPI. - Ships example Flutter app for trying power-state notifications in real time.
- README and MIT license included.