<?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: Denis Nadey</title>
    <description>The latest articles on DEV Community by Denis Nadey (@denis_nadey_7591a485af3ee).</description>
    <link>https://dev.to/denis_nadey_7591a485af3ee</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%2F3552986%2F09f7b3af-458a-4816-8f75-65b4c44c23f8.jpg</url>
      <title>DEV Community: Denis Nadey</title>
      <link>https://dev.to/denis_nadey_7591a485af3ee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/denis_nadey_7591a485af3ee"/>
    <language>en</language>
    <item>
      <title>Runtime Animating SVGs in Flutter[native] Without Rive or Lottie</title>
      <dc:creator>Denis Nadey</dc:creator>
      <pubDate>Wed, 29 Apr 2026 13:34:23 +0000</pubDate>
      <link>https://dev.to/denis_nadey_7591a485af3ee/runtime-animating-svgs-in-flutternative-without-rive-or-lottie-7h4</link>
      <guid>https://dev.to/denis_nadey_7591a485af3ee/runtime-animating-svgs-in-flutternative-without-rive-or-lottie-7h4</guid>
      <description>&lt;p&gt;I kept running into the same problem: &lt;br&gt;
SVGs that animate in the browser become static in Flutter.&lt;/p&gt;

&lt;p&gt;So I built full_svg_flutter for the specific case where SVG itself is the source asset and I don’t want to rebuild or convert it.&lt;/p&gt;

&lt;p&gt;What it focuses on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;FSvgPicture that auto-detects static vs animated SVG&lt;/li&gt;
&lt;li&gt;a drop-in SvgPicture migration path for flutter_svg&lt;/li&gt;
&lt;li&gt;optional playback control via AnimatedSvgController&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is not meant to replace Lottie, Rive, or animated WebP when those fit the pipeline. It’s for cases where an existing SVG should stay an SVG. &lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/denisnadey/flutter_full_svg_support" rel="noopener noreferrer"&gt;https://github.com/denisnadey/flutter_full_svg_support&lt;/a&gt;&lt;br&gt;
pub.dev: &lt;a href="https://pub.dev/packages/full_svg_flutter" rel="noopener noreferrer"&gt;https://pub.dev/packages/full_svg_flutter&lt;/a&gt;&lt;br&gt;
example:&lt;/p&gt;

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