<?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: Venkata Najeer</title>
    <description>The latest articles on DEV Community by Venkata Najeer (@ndevk11).</description>
    <link>https://dev.to/ndevk11</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3943464%2F4f42f922-3bce-4e49-b836-f5db8fb506c9.png</url>
      <title>DEV Community: Venkata Najeer</title>
      <link>https://dev.to/ndevk11</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ndevk11"/>
    <language>en</language>
    <item>
      <title>I built a smarter SMS client for Android in Flutter — no AI, just clean parsing</title>
      <dc:creator>Venkata Najeer</dc:creator>
      <pubDate>Thu, 21 May 2026 07:04:37 +0000</pubDate>
      <link>https://dev.to/ndevk11/i-built-a-smarter-sms-client-for-android-in-flutter-no-ai-just-clean-parsing-5ci9</link>
      <guid>https://dev.to/ndevk11/i-built-a-smarter-sms-client-for-android-in-flutter-no-ai-just-clean-parsing-5ci9</guid>
      <description>&lt;p&gt;I got tired of Google Messages mixing my OTPs, bank alerts, and promo spam into one cluttered inbox. So I built my own.&lt;br&gt;
Msgs is an open-source Android SMS client I've been developing in Flutter. No AI, no cloud — everything is parsed on-device using pattern matching and regex.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's wrong with Google Messages?
&lt;/h2&gt;

&lt;p&gt;Google Messages is polished, but its inbox is a mess if you get a lot of transactional SMS. OTPs, bank debits, and promotional spam all land in the same place. You have to hunt for what matters. Their "categories" tab exists but feels like an afterthought — and it doesn't give you any visual context for your transactions.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Msgs does differently
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;🔑 OTP copying from notification&lt;br&gt;
When an OTP arrives, Msgs detects the code and the service name instantly. You can copy it directly from the notification — no need to open the app or the message thread.&lt;/p&gt;

&lt;p&gt;💳 Transactions shown separately&lt;br&gt;
Bank credits and debits are extracted and displayed as visual summary cards — amount, account ending, and type (debit/credit) at a glance. Not buried in a thread with 200 other bank messages.&lt;/p&gt;

&lt;p&gt;📢 Promotional messages are blocked&lt;br&gt;
Promo SMS never reaches your main inbox. Messages filters them out automatically so your inbox only shows what matters.&lt;br&gt;
No AI involved&lt;br&gt;
Everything is done with on-device pattern matching. Fast, private, and it works offline. Your messages never leave your phone.&lt;br&gt;
Material You design&lt;br&gt;
Messages follows Material 3 with full dynamic color support — it picks up your wallpaper colors and adapts the entire UI. Light and dark mode included.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Tech behind it
&lt;/h2&gt;

&lt;p&gt;Flutter with BLoC state management&lt;br&gt;
Isar Database for fast local indexing and search&lt;br&gt;
Pattern-based classifier — no ML model, no network calls&lt;br&gt;
Clean feature-driven architecture&lt;/p&gt;

&lt;p&gt;Current status&lt;br&gt;
The app is still in active development. SMS reading, OTP detection, transaction cards, and chat all work. MMS is coming next.&lt;br&gt;
⭐ If this sounds useful, check out the repo and drop a star:&lt;br&gt;
👉 &lt;a href="https://github.com/Najeer-k11/Messages-FlutterApp" rel="noopener noreferrer"&gt;Github Repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>kotlin</category>
      <category>androiddev</category>
      <category>mobile</category>
    </item>
  </channel>
</rss>
