Saurabh PantinFlutter CommunityKeys in FlutterIn Flutter, we’ve Keys associated with every widget we use and they’re optional. In this article, we’ll explore what do they do or why they…Oct 6Oct 6
Saurabh PantinDev GeniusFutures, async & await in Flutter— SimplifiedFlutter applications are single threaded. There are various techniques in Flutter via which we can achieve asynchronous functionality and…Aug 5Aug 5
Saurabh PantinDev Geniusabstraction & interface in Flutter — A ThoughtIn Flutter, if we want a class to be unaccessible outside of the library, or to prevent any other class from inheriting it, or to prevent…Aug 1Aug 1
Saurabh PantinDev GeniussetState in Flutter — Exposed!We all know that setState function is used for rebuilding our widget tree whenever there is a change in the internal state of the widget…Jul 231Jul 231
Saurabh PantinDev Geniusconst, final and static in Flutter | What & WhyRecently I was asked a basic question about why we have two separate keywords const and final in Flutter when both are there, doing the…Jul 181Jul 181
Saurabh PantinDev GeniusParallax Gallery View Animation in FlutterRecently, while I was viewing google photos, the memory carousel at the of the page got my attention. It was moving horizontally with a…Jun 15Jun 15
Saurabh PantinDev GeniusReflect Changes in Async from Local Storage with ChangeNotifier in FlutterWith ChangeNotifier comes great changes!Apr 11Apr 11
Saurabh PantinDev GeniusBetter way to use Dependency Injection using GetIt in FlutterLet’s inject the dose of objects!Mar 30Mar 30
Saurabh PantinDev GeniusCreating Card Stacking UI from a Fintech App in FlutterLet’s copy that!Mar 211Mar 211