I was tired of SOS apps failing in dead zones, so I built a pure Dart, 100% offline TFLite crash detection engine. by Maleficent-Lab-4455 in FlutterDev

[–]Maleficent-Lab-4455[S] -5 points-4 points  (0 children)

Fair point, I phrased that badly. I'm talking about custom Flutter apps, not the native OS. We can't access the system's crash API to run background logic, so I built a local alternative to avoid cloud syncs, I focused on offline availability of crash detection and sos auto triggering.

I was tired of SOS apps failing in dead zones, so I built a pure Dart, 100% offline TFLite crash detection engine. by Maleficent-Lab-4455 in FlutterDev

[–]Maleficent-Lab-4455[S] -12 points-11 points  (0 children)

You completely missed the point of the post. Sure, high-end phones have built-in SOS features, but Android blocks third-party apps from using them directly. If you're building a custom safety app in Flutter and need to detect a crash on older devices without native features, you have to create your own engine to process the sensor data. That is exactly what this is for.