<?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: Sunny Singh</title>
    <description>The latest articles on DEV Community by Sunny Singh (@flutterbysunny).</description>
    <link>https://dev.to/flutterbysunny</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%2F3947851%2F4351d7a9-1384-48a0-8685-580f187fb8f7.jpg</url>
      <title>DEV Community: Sunny Singh</title>
      <link>https://dev.to/flutterbysunny</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/flutterbysunny"/>
    <language>en</language>
    <item>
      <title>I built a Flutter CLI that generates Clean Architecture in seconds</title>
      <dc:creator>Sunny Singh</dc:creator>
      <pubDate>Sat, 23 May 2026 15:19:58 +0000</pubDate>
      <link>https://dev.to/flutterbysunny/i-built-a-flutter-cli-that-generates-clean-architecture-in-seconds-99l</link>
      <guid>https://dev.to/flutterbysunny/i-built-a-flutter-cli-that-generates-clean-architecture-in-seconds-99l</guid>
      <description>&lt;p&gt;After 5+ years of Flutter development, I got tired of setting up the same boilerplate every project.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;SM CLI&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;dart pub global activate sm_cli
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;sm init my_app
&lt;span class="nb"&gt;cd &lt;/span&gt;my_app
sm make feature auth
sm make api
flutter run
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  What you get
&lt;/h2&gt;

&lt;p&gt;✅ Clean Architecture (Data, Domain, Presentation)&lt;br&gt;
✅ Riverpod, Bloc, GetX, Provider support&lt;br&gt;
✅ GoRouter auto setup&lt;br&gt;
✅ Dio API layer with interceptors&lt;br&gt;
✅ Auto route generation&lt;/p&gt;

&lt;p&gt;5 commands. Production-ready architecture. Done.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://pub.dev/packages/sm_cli" rel="noopener noreferrer"&gt;https://pub.dev/packages/sm_cli&lt;/a&gt;&lt;br&gt;
⭐ &lt;a href="https://github.com/flutterbysunny/sm_cli" rel="noopener noreferrer"&gt;https://github.com/flutterbysunny/sm_cli&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love your feedback! 🙏&lt;/p&gt;

</description>
      <category>ai</category>
      <category>flutter</category>
      <category>dart</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
