<?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: Sonu Hansda</title>
    <description>The latest articles on DEV Community by Sonu Hansda (@sonuhansda).</description>
    <link>https://dev.to/sonuhansda</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%2F1109272%2F2ca01567-18a7-4e3c-a78c-26d7c605b212.jpg</url>
      <title>DEV Community: Sonu Hansda</title>
      <link>https://dev.to/sonuhansda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sonuhansda"/>
    <language>en</language>
    <item>
      <title>FlockUI is Open for Contributors — Let's Build the Flutter UI Library We Always Wanted</title>
      <dc:creator>Sonu Hansda</dc:creator>
      <pubDate>Sun, 31 May 2026 15:53:47 +0000</pubDate>
      <link>https://dev.to/sonuhansda/flockui-is-open-for-contributors-lets-build-the-flutter-ui-library-we-always-wanted-1mm</link>
      <guid>https://dev.to/sonuhansda/flockui-is-open-for-contributors-lets-build-the-flutter-ui-library-we-always-wanted-1mm</guid>
      <description>&lt;p&gt;If you've built Flutter apps, you know the drill.&lt;/p&gt;

&lt;p&gt;Every new project starts the same way — you open a blank &lt;code&gt;main.dart&lt;/code&gt;, and within the first hour you're rebuilding the same button, the same toast notification, the same bottom sheet you built in your last project. From scratch. Again.&lt;/p&gt;

&lt;p&gt;I got tired of it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fplpw5ziq8r5g46a5qq66.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fplpw5ziq8r5g46a5qq66.png" alt="Flock UI Logo" width="678" height="189"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;FlockUI&lt;/strong&gt; — an open-source Flutter UI component library built on one simple idea: &lt;strong&gt;copy the code, paste it into your app, and ship.&lt;/strong&gt; No packages to install. No version conflicts. No dependency hell. Just clean, production-ready Flutter widgets you own completely.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Makes FlockUI Different?
&lt;/h2&gt;

&lt;p&gt;There are Flutter UI libraries out there. I know. But most of them work the same way — you add a package, you wrap your widget, and now your entire UI depends on someone else's release cycle.&lt;/p&gt;

&lt;p&gt;FlockUI doesn't work like that.&lt;/p&gt;

&lt;p&gt;Every component on FlockUI is built by the open source community — Flutter developers who have been shipping real applications for years. So you don't have to think twice. These aren't experimental widgets cooked up in isolation — they're tried and tested patterns that developers have already used in production. And because the code lands directly in your codebase, you can read it, modify it, break it, and fix it. It's yours completely.&lt;/p&gt;

&lt;p&gt;Here's what we're working with right now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;Buttons&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Navigation&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Toasts&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Avatars&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🔨 More components shipping every week&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The website is live at &lt;strong&gt;&lt;a href="https://flockui.com" rel="noopener noreferrer"&gt;flockui.com&lt;/a&gt;&lt;/strong&gt; — every component has a live Flutter web preview so you see exactly what you're copying before you copy it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I'm Writing This Post
&lt;/h2&gt;

&lt;p&gt;FlockUI has a solid foundation. The architecture is clean, the contribution workflow is straightforward, and the docs are detailed enough that you can go from zero to your first merged PR in an afternoon.&lt;/p&gt;

&lt;p&gt;But here's the truth — &lt;strong&gt;a component library is only as good as the number of components in it.&lt;/strong&gt; And I can't build all of them alone.&lt;/p&gt;

&lt;p&gt;I'm looking for Flutter developers and open source enthusiasts who want to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Build components&lt;/strong&gt; that thousands of Flutter developers will use&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Improve documentation&lt;/strong&gt; and make the library more accessible&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fix bugs&lt;/strong&gt; and improve existing components&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Suggest ideas&lt;/strong&gt; for components the community actually needs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is your chance to be a &lt;strong&gt;founding contributor&lt;/strong&gt; — the people whose names are on the components that shape how this library grows.&lt;/p&gt;




&lt;h2&gt;
  
  
  Ready to Contribute?
&lt;/h2&gt;

&lt;p&gt;It's simpler than you think — the full contribution guide covers everything from project setup to opening your first PR.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://github.com/Sonu-Hansda/flockui?tab=contributing-ov-file" rel="noopener noreferrer"&gt;Read the Contribution Guide&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Not sure where to start? Browse the open issues, pick one tagged &lt;code&gt;good first issue&lt;/code&gt;, and comment to claim it before you start.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://github.com/Sonu-Hansda/flockui/issues" rel="noopener noreferrer"&gt;Browse Good First Issues&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Let's Build This Together
&lt;/h2&gt;

&lt;p&gt;The Flutter ecosystem deserves a component library that respects developer autonomy — one where you own your UI, not a package.&lt;/p&gt;

&lt;p&gt;If you've ever rebuilt the same widget twice, FlockUI is for you. If you've ever wanted your code to be used by developers around the world, contributing to FlockUI is for you.&lt;/p&gt;

&lt;p&gt;⭐ &lt;strong&gt;Star the repo&lt;/strong&gt; → &lt;a href="https://github.com/Sonu-Hansda/flockui" rel="noopener noreferrer"&gt;github.com/Sonu-Hansda/flockui&lt;/a&gt;&lt;br&gt;
🌐 &lt;strong&gt;Browse components&lt;/strong&gt; → &lt;a href="https://flockui.com" rel="noopener noreferrer"&gt;flockui.com&lt;/a&gt;&lt;br&gt;
🤝 &lt;strong&gt;Start contributing&lt;/strong&gt; → Pick a &lt;code&gt;good first issue&lt;/code&gt; and comment to claim it&lt;/p&gt;

&lt;p&gt;Drop a comment below if you have questions, component suggestions, or just want to say hi. Every piece of feedback shapes what gets built next.&lt;/p&gt;

&lt;p&gt;Let's ship something great. 🐦&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built with Flutter. Open to everyone. Zero dependencies.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>dart</category>
      <category>opensource</category>
      <category>uidesign</category>
    </item>
    <item>
      <title>Excela: A Simple Tool for Easy Project Setup</title>
      <dc:creator>Sonu Hansda</dc:creator>
      <pubDate>Tue, 31 Dec 2024 05:38:22 +0000</pubDate>
      <link>https://dev.to/sonuhansda/excela-a-simple-tool-for-easy-project-setup-2ko7</link>
      <guid>https://dev.to/sonuhansda/excela-a-simple-tool-for-easy-project-setup-2ko7</guid>
      <description>&lt;p&gt;Hey everyone! 👋  &lt;/p&gt;

&lt;p&gt;I’m thrilled to introduce &lt;strong&gt;Excela&lt;/strong&gt;, my &lt;strong&gt;first npm package&lt;/strong&gt;! It’s a &lt;strong&gt;command-line tool&lt;/strong&gt; that helps you &lt;strong&gt;set up projects quickly&lt;/strong&gt;—whether it’s &lt;strong&gt;frontend&lt;/strong&gt;, &lt;strong&gt;backend&lt;/strong&gt;, or &lt;strong&gt;full-stack&lt;/strong&gt;. Say goodbye to tedious setup tasks and focus on building your app!  &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What is Excela?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Excela is a &lt;strong&gt;CLI tool&lt;/strong&gt; that scaffolds projects in seconds. Here’s what it offers:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: Set up React apps with &lt;strong&gt;Vite&lt;/strong&gt; or &lt;strong&gt;Create React App&lt;/strong&gt;, and optionally add &lt;strong&gt;Tailwind CSS&lt;/strong&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: Quickly initialize backend projects.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full-Stack&lt;/strong&gt;: Combine frontend and backend setups seamlessly.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customization&lt;/strong&gt;: Choose between &lt;strong&gt;JavaScript&lt;/strong&gt; or &lt;strong&gt;TypeScript&lt;/strong&gt;.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why Did I Build This?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;As a developer, I found project setup to be time-consuming. So, I built Excela to &lt;strong&gt;simplify this process&lt;/strong&gt;. It’s my first npm package, and it’s been a great learning experience. Now, I want to make it even better—&lt;strong&gt;with your help&lt;/strong&gt;!  &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Features of Excela&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Quick Setup&lt;/strong&gt;: Get your project ready in seconds.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexible Choices&lt;/strong&gt;: Pick your stack, language, and tools.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS Integration&lt;/strong&gt;: Add Tailwind with a single command.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open Source&lt;/strong&gt;: Let’s build something amazing together!
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How to Use Excela&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Just run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx excela@latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;strong&gt;Let’s Build Excela Together!&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Excela is still evolving, and I’d love your contributions! Here’s how you can help:  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Try It&lt;/strong&gt;: Use Excela and share your feedback.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Report Issues&lt;/strong&gt;: Found a bug? Let me know on GitHub.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Contribute Code&lt;/strong&gt;: Fix bugs, add features, or improve docs.
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Check out the &lt;strong&gt;GitHub repository&lt;/strong&gt;:&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://github.com/Sonu-Hansda/excela" rel="noopener noreferrer"&gt;Excela on GitHub&lt;/a&gt;  &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Let’s Connect!&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Star the repo, fork it, or reach out with ideas. Let’s make Excela the &lt;strong&gt;go-to tool&lt;/strong&gt; for project setup! 🚀  &lt;/p&gt;

&lt;p&gt;Cheers,&lt;br&gt;&lt;br&gt;
Sonu Hansda  &lt;/p&gt;

</description>
      <category>npm</category>
      <category>node</category>
      <category>developers</category>
    </item>
  </channel>
</rss>
