offline_sos_system 0.0.5
offline_sos_system: ^0.0.5 copied to clipboard
A pure Dart, offline-first Flutter package for on-device crash and anomaly detection using hardware telemetry and TFLite.
0.0.5 #
- Fixed dangling library doc comment lint to ensure perfect pub.dev score.
0.0.4 #
- Added comprehensive Dartdoc comments to all public API elements for perfect pub.dev scoring.
0.0.3 #
- Massive documentation overhaul: Introduced advanced Edge AI architecture guides and high-conversion implementation examples.
0.0.2 #
- Initial release.
- Extracted the core offline detection engine into a standalone, pure Dart package.
- Integrated
sensors_plusfor continuous accelerometer and gyroscope telemetry. - Integrated
tflite_flutterfor offline, on-device anomaly inference. - Added support for optional
customModelPathinjection with a bundled default model fallback. - Exposed
Stream<CrashEvent>for decoupled app-layer integration.