Published inDev GeniusImport using Export in FlutterWhen a class has many dependencies on other ones, it quickly become a hassle to maintain the imports in the file. Imports may itself can…4d ago4d ago
Published inFlutter 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
Published inDev 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
Published inDev 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
Published inDev 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
Published inDev 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
Published inDev 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
Published inDev GeniusReflect Changes in Async from Local Storage with ChangeNotifier in FlutterWith ChangeNotifier comes great changes!Apr 11Apr 11
Published inDev GeniusBetter way to use Dependency Injection using GetIt in FlutterLet’s inject the dose of objects!Mar 30Mar 30
Published inDev GeniusCreating Card Stacking UI from a Fintech App in FlutterLet’s copy that!Mar 211Mar 211