<?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: Terry L</title>
    <description>The latest articles on DEV Community by Terry L (@terryl1900).</description>
    <link>https://dev.to/terryl1900</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%2F872940%2Fbbcdb62c-933a-4ddf-a8c4-5a394e505e73.jpeg</url>
      <title>DEV Community: Terry L</title>
      <link>https://dev.to/terryl1900</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/terryl1900"/>
    <language>en</language>
    <item>
      <title>Inside popular Flutter state management libraries</title>
      <dc:creator>Terry L</dc:creator>
      <pubDate>Tue, 26 Jul 2022 15:48:14 +0000</pubDate>
      <link>https://dev.to/terryl1900/inside-popular-flutter-state-management-libraries-4phj</link>
      <guid>https://dev.to/terryl1900/inside-popular-flutter-state-management-libraries-4phj</guid>
      <description>&lt;p&gt;Demystify Flutter state management solutions by understanding their internal mechanism.&lt;/p&gt;

&lt;p&gt;We will categorize libraries by how it propagates state changes.&lt;/p&gt;

&lt;p&gt;This is the key attribute and defines a library's capability and limitation. Libraries using the same state propagating mechanism are more or less similar.&lt;/p&gt;

&lt;p&gt;There are four approaches to propagate state changes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Using widget (StatefulWidget, InheritedWidget, provider)&lt;/li&gt;
&lt;li&gt;Using stream (flutter_bloc, flutter_redux)&lt;/li&gt;
&lt;li&gt;Using subscription (getx, riverpod, flutter_mobx)&lt;/li&gt;
&lt;li&gt;Using graph (creator)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Continue reading here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@terryl1900/inside-popular-flutter-state-management-libraries-e20c1119bf75"&gt;https://medium.com/@terryl1900/inside-popular-flutter-state-management-libraries-e20c1119bf75&lt;/a&gt;&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>dart</category>
    </item>
    <item>
      <title>Create a Flutter state management library with 100 lines of code</title>
      <dc:creator>Terry L</dc:creator>
      <pubDate>Sat, 02 Jul 2022 00:08:21 +0000</pubDate>
      <link>https://dev.to/terryl1900/create-a-flutter-state-management-library-with-100-lines-of-code-3ph0</link>
      <guid>https://dev.to/terryl1900/create-a-flutter-state-management-library-with-100-lines-of-code-3ph0</guid>
      <description>&lt;p&gt;&lt;a href="https://medium.com/@terryl1900/create-a-flutter-state-management-library-with-100-lines-of-code-e80bd865f4bd"&gt;https://medium.com/@terryl1900/create-a-flutter-state-management-library-with-100-lines-of-code-e80bd865f4bd&lt;/a&gt;&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>dart</category>
    </item>
    <item>
      <title>Simplest Flutter state management</title>
      <dc:creator>Terry L</dc:creator>
      <pubDate>Sun, 12 Jun 2022 01:28:12 +0000</pubDate>
      <link>https://dev.to/terryl1900/simplest-flutter-state-management-2bjf</link>
      <guid>https://dev.to/terryl1900/simplest-flutter-state-management-2bjf</guid>
      <description>&lt;p&gt;Check out this newly released library. It organizes state as a dependency graph and enables concise, fluid, readable, and testable business logic code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/terryl1900/creator"&gt;https://github.com/terryl1900/creator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>dart</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
