flutter_system_events 0.6.0
flutter_system_events: ^0.6.0 copied to clipboard
A Flutter plugin for listening to keyboard, lifecycle, network, memory, battery, orientation, and time events on Android and iOS.
0.6.0 #
- Added Android and iOS time change events.
- Added a time event page to the example app.
0.5.0 #
- Added Android and iOS orientation events.
- Added an orientation event page to the example app.
0.4.0 #
- Added
UnknownSystemEventfor unsupported or malformed event payloads. - Kept the event stream alive when native events cannot be parsed.
- Documented robust event parsing behavior.
0.3.0 #
- Added configurable event initialization.
- Added Android and iOS battery events.
- Added web keyboard, lifecycle, and network events.
- Updated the example app with a battery event page.
0.2.0 #
- Fixed Android package namespace.
- Added
SystemEvents.dispose(). - Improved README.
- Improved example event pages.
- Added Android and iOS network events.
- Added Android and iOS memory events.
- Kept non-Android and non-iOS platforms as no-op implementations.
0.0.1 #
- Initial release.
- Added
SystemEvents.initialize()andSystemEvents.events. - Added Android and iOS keyboard events.
- Added Android and iOS lifecycle events.
- Added example pages for testing keyboard and lifecycle events.