<?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: rag91560-spec</title>
    <description>The latest articles on DEV Community by rag91560-spec (@rag91560spec).</description>
    <link>https://dev.to/rag91560spec</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%2F3748019%2Fe2b29c97-355f-4525-88a4-19a2b225b8c8.png</url>
      <title>DEV Community: rag91560-spec</title>
      <link>https://dev.to/rag91560spec</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rag91560spec"/>
    <language>en</language>
    <item>
      <title>I built a Flutter package for smooth 60fps animated gradient borders</title>
      <dc:creator>rag91560-spec</dc:creator>
      <pubDate>Mon, 02 Feb 2026 13:55:10 +0000</pubDate>
      <link>https://dev.to/rag91560spec/i-built-a-flutter-package-for-smooth-60fps-animated-gradient-borders-1f17</link>
      <guid>https://dev.to/rag91560spec/i-built-a-flutter-package-for-smooth-60fps-animated-gradient-borders-1f17</guid>
      <description>&lt;p&gt;Spent the last few weeks building animated glowing borders for a project. You know the effect - like ChatGPT's input field or Apple's Siri animation.&lt;/p&gt;

&lt;p&gt;The problem? Most approaches I found online were either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Laggy on budget phones (15-20fps)&lt;/li&gt;
&lt;li&gt;Didn't work well on Flutter Web&lt;/li&gt;
&lt;li&gt;Required a ton of boilerplate&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built my own solution from scratch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Results
&lt;/h2&gt;

&lt;p&gt;✅ Locked 60fps on budget Android devices&lt;br&gt;
✅ Works on iOS, Android, Web, Desktop&lt;br&gt;
✅ Single widget wrapper - minimal code&lt;br&gt;
✅ Auto-fallback for low-end devices&lt;/p&gt;

&lt;p&gt;I packaged it up since I'll be reusing it across projects. Happy to share if anyone's interested!&lt;/p&gt;

&lt;p&gt;Would love feedback from the Flutter community.&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>dart</category>
      <category>uxdesign</category>
      <category>mobile</category>
    </item>
  </channel>
</rss>
