<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>uncommit</title><description>uncommit by Divyanshu Bhargava is a collection of programming essays, Flutter patterns, Stac notes, and useful software experiments.</description><link>https://divyanshu.dev/</link><language>en-us</language><item><title>Navigating Like a Pro in Stac: Server-Driven Navigation for Flutter</title><link>https://divyanshu.dev/posts/navigating-like-a-pro-in-stac-server-driven-navigation-for-flutter/</link><guid isPermaLink="true">https://divyanshu.dev/posts/navigating-like-a-pro-in-stac-server-driven-navigation-for-flutter/</guid><description>Push, pop, replace, and control Flutter navigation dynamically using Stac&apos;s server-driven UI framework.</description><pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Introducing Stac 1.0</title><link>https://divyanshu.dev/posts/introducing-stac-1-0/</link><guid isPermaLink="true">https://divyanshu.dev/posts/introducing-stac-1-0/</guid><description>Dart-to-JSON, CLI, Cloud, and a lot more!</description><pubDate>Thu, 09 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Building Dynamic Forms in Flutter with Stac</title><link>https://divyanshu.dev/posts/building-dynamic-forms-in-flutter-with-stac/</link><guid isPermaLink="true">https://divyanshu.dev/posts/building-dynamic-forms-in-flutter-with-stac/</guid><description>Learn how to create flexible, server-driven forms in Flutter that adapt to user needs in real-time using the Stac framework.</description><pubDate>Wed, 02 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Building Custom Widgets &amp; Actions in Stac</title><link>https://divyanshu.dev/posts/building-custom-widgets-actions-in-stac/</link><guid isPermaLink="true">https://divyanshu.dev/posts/building-custom-widgets-actions-in-stac/</guid><description>Mastering Server-Driven UI Customization in Stac</description><pubDate>Fri, 07 Feb 2025 00:00:00 GMT</pubDate></item><item><title>The Path to Infinity with Bézier curve in Flutter</title><link>https://divyanshu.dev/posts/the-path-to-infinity-with-bezier-curve-in-flutter/</link><guid isPermaLink="true">https://divyanshu.dev/posts/the-path-to-infinity-with-bezier-curve-in-flutter/</guid><description>Exploring the path animation with the Bézier curve</description><pubDate>Fri, 24 Jan 2025 00:00:00 GMT</pubDate></item><item><title>🚀 Introducing Stac - A Server Driven UI framework for Flutter</title><link>https://divyanshu.dev/posts/introducing-stac-a-server-driven-ui-framework-for-flutter/</link><guid isPermaLink="true">https://divyanshu.dev/posts/introducing-stac-a-server-driven-ui-framework-for-flutter/</guid><description>Build dynamic UIs and push app updates in seconds with JSON</description><pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Building Custom TabBar Indicator in Flutter</title><link>https://divyanshu.dev/posts/building-custom-tabbar-indicator-in-flutter/</link><guid isPermaLink="true">https://divyanshu.dev/posts/building-custom-tabbar-indicator-in-flutter/</guid><description>A quick tutorial on building a custom tab bar indicator in Flutter.</description><pubDate>Tue, 26 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Speed up your Flutter development with Mason</title><link>https://divyanshu.dev/posts/speed-up-your-flutter-development-with-mason/</link><guid isPermaLink="true">https://divyanshu.dev/posts/speed-up-your-flutter-development-with-mason/</guid><description>A guide to code generation using Mason.</description><pubDate>Thu, 17 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Playing with Paths in Flutter</title><link>https://divyanshu.dev/posts/playing-with-paths-in-flutter/</link><guid isPermaLink="true">https://divyanshu.dev/posts/playing-with-paths-in-flutter/</guid><description>A deep dive into paths in Flutter</description><pubDate>Wed, 15 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Exploring the Flutter camera plugin</title><link>https://divyanshu.dev/posts/exploring-the-flutter-camera-plugin/</link><guid isPermaLink="true">https://divyanshu.dev/posts/exploring-the-flutter-camera-plugin/</guid><description>Building a camera app in Flutter.</description><pubDate>Sat, 23 Nov 2019 00:00:00 GMT</pubDate></item><item><title>How To Create a Dynamic Theme in Flutter Using Provider</title><link>https://divyanshu.dev/posts/how-to-create-a-dynamic-theme-in-flutter-using-provider/</link><guid isPermaLink="true">https://divyanshu.dev/posts/how-to-create-a-dynamic-theme-in-flutter-using-provider/</guid><description>How to add dark mode to your app</description><pubDate>Mon, 30 Sep 2019 00:00:00 GMT</pubDate></item><item><title>Creating a wallpaper app in Flutter: Part 1</title><link>https://divyanshu.dev/posts/creating-a-wallpaper-app-in-flutter-part-1/</link><guid isPermaLink="true">https://divyanshu.dev/posts/creating-a-wallpaper-app-in-flutter-part-1/</guid><description>Cooking a wallpaper app from zero to one.</description><pubDate>Sun, 08 Sep 2019 00:00:00 GMT</pubDate></item><item><title>Creating a wallpaper app in Flutter: Part 2</title><link>https://divyanshu.dev/posts/creating-a-wallpaper-app-in-flutter-part-2/</link><guid isPermaLink="true">https://divyanshu.dev/posts/creating-a-wallpaper-app-in-flutter-part-2/</guid><description>Cooking a wallpaper app from zero to one.</description><pubDate>Sun, 08 Sep 2019 00:00:00 GMT</pubDate></item><item><title>Flutter Custom Painter &amp;Circular Wave Animation</title><link>https://divyanshu.dev/posts/flutter-custom-painter-circular-wave-animation/</link><guid isPermaLink="true">https://divyanshu.dev/posts/flutter-custom-painter-circular-wave-animation/</guid><description>My Experiments with Flutter animations</description><pubDate>Mon, 27 May 2019 00:00:00 GMT</pubDate></item><item><title>Everything you need to know about Flutter page route transition</title><link>https://divyanshu.dev/posts/everything-you-need-to-know-about-flutter-page-route-transition/</link><guid isPermaLink="true">https://divyanshu.dev/posts/everything-you-need-to-know-about-flutter-page-route-transition/</guid><description>We know how easy it is to navigate from one route to another in Flutter. We just need to do push and pop.</description><pubDate>Sun, 21 Apr 2019 00:00:00 GMT</pubDate></item><item><title>Flutter Animation I: Background Color Transition</title><link>https://divyanshu.dev/posts/flutter-animation-i-background-color-transition/</link><guid isPermaLink="true">https://divyanshu.dev/posts/flutter-animation-i-background-color-transition/</guid><description>Well, animations are pretty important. It can make a monotonous UI feel very interesting. One reason I love Flutter is that it&apos;s very easy…</description><pubDate>Sun, 07 Apr 2019 00:00:00 GMT</pubDate></item><item><title>A guide to drawing in android</title><link>https://divyanshu.dev/posts/a-guide-to-drawing-in-android/</link><guid isPermaLink="true">https://divyanshu.dev/posts/a-guide-to-drawing-in-android/</guid><description>Introduction</description><pubDate>Wed, 23 May 2018 00:00:00 GMT</pubDate></item><item><title>Building Chatbot with Firebase and API.AI</title><link>https://divyanshu.dev/posts/building-chatbot-with-firebase-and-api-ai/</link><guid isPermaLink="true">https://divyanshu.dev/posts/building-chatbot-with-firebase-and-api-ai/</guid><description>This is the quick tutorial on how to make the chatbot in Android.</description><pubDate>Tue, 19 Sep 2017 00:00:00 GMT</pubDate></item><item><title>Custom Dialog with Circular Reveal Animation</title><link>https://divyanshu.dev/posts/custom-dialog-with-circular-reveal-animation/</link><guid isPermaLink="true">https://divyanshu.dev/posts/custom-dialog-with-circular-reveal-animation/</guid><description>This is a quick tutorial on how to make a full screen Custom Dialog with Circular Reveal Animation which I used in my recent app List it…</description><pubDate>Mon, 10 Apr 2017 00:00:00 GMT</pubDate></item></channel></rss>