<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bhagya Prasad Dannina</title>
    <description>The latest articles on DEV Community by Bhagya Prasad Dannina (@bhagyaprasad92).</description>
    <link>https://dev.to/bhagyaprasad92</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4006456%2F69762d22-0172-44c2-9dc1-3b48124dc715.jpg</url>
      <title>DEV Community: Bhagya Prasad Dannina</title>
      <link>https://dev.to/bhagyaprasad92</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bhagyaprasad92"/>
    <language>en</language>
    <item>
      <title>I was tired of SOS apps failing in dead zones, so I built a pure Dart, 100% offline TFLite crash detection engine.</title>
      <dc:creator>Bhagya Prasad Dannina</dc:creator>
      <pubDate>Sun, 28 Jun 2026 12:07:43 +0000</pubDate>
      <link>https://dev.to/bhagyaprasad92/i-was-tired-of-sos-apps-failing-in-dead-zones-so-i-built-a-pure-dart-100-offline-tflite-crash-2cck</link>
      <guid>https://dev.to/bhagyaprasad92/i-was-tired-of-sos-apps-failing-in-dead-zones-so-i-built-a-pure-dart-100-offline-tflite-crash-2cck</guid>
      <description>&lt;p&gt;Hey All,&lt;/p&gt;

&lt;p&gt;I’ve been working on a safety application named &lt;strong&gt;&lt;a href="https://github.com/Bhagyaprasad92/SafePulse" rel="noopener noreferrer"&gt;SafePulse&lt;/a&gt;&lt;/strong&gt; recently and ran into a massive architectural flaw with most existing &lt;strong&gt;SOS&lt;/strong&gt; systems: &lt;em&gt;they rely entirely on cloud servers to analyze telemetry and detect crashes.&lt;/em&gt; If an accident happens in a rural area with no network, the app is completely useless.&lt;/p&gt;

&lt;p&gt;I wanted a deterministic, zero-latency solution, so I ended up decoupling my crash logic into a standalone, open-source package: &lt;strong&gt;offline_sos_system&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt; It is a completely headless "&lt;strong&gt;Edge AI&lt;/strong&gt;" engine. It orchestrates raw hardware telemetry (&lt;em&gt;accelerometer _+ _gyroscope&lt;/em&gt;), down-samples the vectors, and feeds them directly into an on-device &lt;strong&gt;TensorFlow Lite&lt;/strong&gt; (tflite_flutter) neural network.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key features:&lt;/strong&gt;&lt;br&gt;
100% Offline Inference: No network requests, zero latency, maximum privacy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strictly Headless:&lt;/strong&gt; It doesn't handle UI, GPS, or SMS. It just does the complex math and emits a clean Stream, leaving the application layer in full control.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BYOB(Bring Your Own Brain):&lt;/strong&gt; It bundles a default crash_model.tflite but exposes an injection port if you want to initialize it with your own custom-trained model.&lt;/p&gt;

&lt;p&gt;I just pushed &lt;strong&gt;version 0.0.5&lt;/strong&gt; which hits a &lt;strong&gt;160/160 points&lt;/strong&gt; on &lt;em&gt;pub.dev&lt;/em&gt;. I would love for the community to tear into the architecture, check out the telemetry pipeline, and let me know if there are any optimizations you'd suggest for handling high-frequency sensor streams in Dart!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pub.dev:&lt;/strong&gt; &lt;a href="https://pub.dev/packages/offline_sos_system" rel="noopener noreferrer"&gt;https://pub.dev/packages/offline_sos_system&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/bhagyaprasad92/offline_sos_system" rel="noopener noreferrer"&gt;https://github.com/bhagyaprasad92/offline_sos_system&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for checking it out!&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>machinelearning</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Hello All! This is my first post.</title>
      <dc:creator>Bhagya Prasad Dannina</dc:creator>
      <pubDate>Sun, 28 Jun 2026 11:55:55 +0000</pubDate>
      <link>https://dev.to/bhagyaprasad92/hello-all-this-is-my-first-post-54o1</link>
      <guid>https://dev.to/bhagyaprasad92/hello-all-this-is-my-first-post-54o1</guid>
      <description></description>
    </item>
  </channel>
</rss>
