• How to Send Data From Dialog to Screen in Flutter?

    How to Send Data From Dialog to Screen in Flutter?

    ℹ Introduction How to send data from dialog to screen in Flutter apps. In Flutter we are given many tools to deal with many scenarios out of the box. Thankfully Flutter is packaged with Navigator class. Which handles the job of pushing and popping screens and dialogs to and from the navigation stack respectively. How…


  • How To Detect App Focus in Flutter?

    How To Detect App Focus in Flutter?

    ℹ Introduction How to detect app focus in Flutter and why? There are many reasons you might want to do that for example, You might want to focus on a certain widget, you might want to display any important alerts, you might want to refresh the screen or you might want to trigger a background…


  • How To Make Flutter Desktop App Single Instance?

    How To Make Flutter Desktop App Single Instance?

    ℹ Introduction How to make Flutter desktop app single instance and why? Different use cases exist such as for security, integrity and to prevent many undesirable scenarios. Whatever your use case may be today we will learn how to make your Flutter desktop app single instance, So without any further delay let’s get straight to…


  • How To Get List of Hard Drives in Flutter Windows App

    How To Get List of Hard Drives in Flutter Windows App

    ℹ Introduction How to Get List of Hard Drives in Flutter Windows app, this is the topic of today’s discussion. I faced a situation in my development journey where I needed a list of available hard drives on my Windows device. But I couldn’t find any solutions for this purpose since Flutter was mainly released…


  • How To Style DataTable in Flutter?

    How To Style DataTable in Flutter?

    Introduction How To Style Datatable in Flutter? You’re building an app in Flutter everything looks well and good, but now you’ve added the Datatable widget to your UI, so what’s the issue? You’re seeking solutions for styling or decorating the datatable, but there aren’t any sophisticated options. But don’t worry, this blog post aims to…