<?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: Sathish Gnanavel</title>
    <description>The latest articles on DEV Community by Sathish Gnanavel (@sathish_gnanavel_344e79f5).</description>
    <link>https://dev.to/sathish_gnanavel_344e79f5</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%2F4130889%2F3934d4a9-9b87-467d-9331-2a165d2030e0.png</url>
      <title>DEV Community: Sathish Gnanavel</title>
      <link>https://dev.to/sathish_gnanavel_344e79f5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sathish_gnanavel_344e79f5"/>
    <language>en</language>
    <item>
      <title>I need to fix my deeplink issue</title>
      <dc:creator>Sathish Gnanavel</dc:creator>
      <pubDate>Fri, 18 Sep 2026 05:47:57 +0000</pubDate>
      <link>https://dev.to/sathish_gnanavel_344e79f5/i-need-to-fix-my-deeplink-issue-55li</link>
      <guid>https://dev.to/sathish_gnanavel_344e79f5/i-need-to-fix-my-deeplink-issue-55li</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I have an existing Flutter project where deep linking was working perfectly before. Recently, I upgraded my Flutter SDK, Android Studio, Android SDK, Gradle/AGP, etc. The project code and deep-link implementation were not intentionally changed.&lt;/p&gt;

&lt;p&gt;After the upgrade, I’m facing two issues:&lt;/p&gt;

&lt;p&gt;Debug build:&lt;br&gt;
When the app is running in the background and I open a deep link from WhatsApp/Google Chat, the app sometimes crashes or gets stuck on a black screen. I’m seeing logs related to SurfaceView, performTraversals, predraw, and WIN DEATH.&lt;/p&gt;

&lt;p&gt;Release build:&lt;br&gt;
The app opens from the deep link, but it appears to take over the Android task/intent stack. After opening the link from WhatsApp or Google Chat, I cannot reopen the originating app normally until I close my Flutter application.&lt;/p&gt;

&lt;p&gt;I have already verified that Digital Asset Links / assetlinks.json is not the issue. The same deep-link implementation worked correctly before the environment upgrades.&lt;/p&gt;

&lt;p&gt;I suspect this may be related to Android activity/task configuration, such as launchMode, taskAffinity, intent flags, MainActivity, startup theme/window configuration, or changes in Flutter/AGP/Android behavior.&lt;/p&gt;

&lt;p&gt;Has anyone experienced this after upgrading Flutter/Android tooling? What configuration should I check or change to fix both the debug black-screen/crash and the release task-stack behavior?&lt;/p&gt;

</description>
      <category>android</category>
      <category>debugging</category>
      <category>flutter</category>
      <category>mobile</category>
    </item>
  </channel>
</rss>
