Nov 27, 2021Check for Debug/Release Mode in Flutter Apps 🎯One of the main reasons for Flutter being so popular is its capacity to make complex tasks simple. Check your app’s build mode is one of those things which developers need in almost every app. …Flutter3 min readFlutter3 min read
Nov 13, 2021Indicate Website Loading for Flutter Web Apps 🤖Flutter has taken the world by storm and startups are opting for Flutter to build their amazing apps. Now along with Mobile Apps, Flutter is also providing amazing support for the Web and this is one of the reasons for its popularity. …Flutter4 min readFlutter4 min read
Oct 31, 2021Creating “.dmg” file for Flutter Macos Apps💻In the last article, we Created “.exe” Executable Setup for Flutter Windows Apps and now, it is time to do the same for Mac. In this, we will take a look at creating “.dmg “ file for our Flutter MacOS Project. Prerequisite: OS: MacOS Node/NPM: You need to have Node/NPM installed…Flutter4 min readFlutter4 min read
Oct 27, 2021Creating “.exe” Executable Setup for Flutter Desktop Apps — Windows 💻Flutter has taken the Desktop world by Storm and it is becoming more and more stable and performant with each consecutive release. When you have a Flutter project with added windows support, you can create a release build for windows by just using the following command in the Terminal: flutter…Flutter6 min readFlutter6 min read
Published inGeek Culture·Jun 27, 2021Folding Options Menu in FlutterMenus are one of the most important parts of any modern mobile Application. Primarily there are 2 types of Menus that you would have in an Application, Context Menu and Options Menu. …Flutter7 min readFlutter7 min read
Dec 6, 2020Saving Files to Application Folder and Gallery in FlutterThe majority of Mobile Applications require some kind of file storage, where users can download or save files for future access. Applications like WhatsApp & Instagram save files to their own Folder in Internal Phone Storage on Android and to the Photos Library on iOS Device. In Flutter, to get…Flutter6 min readFlutter6 min read
Oct 30, 2020The Biggest Problem that Flutter is Facing!Flutter, as you may have noticed is one of the fastest-growing Frameworks out there for Hybrid Application Development in 2020. Even for Web Development (still in Beta), Flutter Team is doing an amazing job making it production-ready. …Flutter5 min readFlutter5 min read
Oct 26, 2020Image Filters in Flutter | No Package Required 💙In one of my recent apps, I had to implement this feature of adding Filters to Images. I was confident that there will be a package for this, so I did the usual Google Search. But just a few hours later, after trying out a few packages, I realized that…Flutter6 min readFlutter6 min read
Oct 11, 2020Flutter Custom Paint - Made Easy with Flutter Shape Maker 🎯Custom Paint to me is one of the most useful and powerful widgets, offered by Flutter. Almost every other day I find myself creating something unique with Custom Paint. But, with Great Power comes a lot of Complexity… At least in the beginning it might seem so. Recently I made…Flutter8 min readFlutter8 min read
Sep 3, 2020Fancy Progress Indicators in Flutter🎯 — without Custom PaintWell, Recently i was working on a Flutter Project where i had to create an Audio Player which shows current Audio Player Position in Waveform.Once i was done creating Audio Waveforms with a bit of Native Code, the next challenge was to create Progress Indicator. …Flutter8 min readFlutter8 min read