Omprakash Chauhanblog.om-chauhan.co.in·Sep 18, 2023Maximize Full Screen for Flutter Desktop Software in Flutter 3.13.3 without any Package or PluginFlutter is a popular open-source UI toolkit developed by Google that allows developers to create visually appealing and high-performance applications for multiple platforms, including desktops. One of the most common requirements for desktop applicat...135 readsflutter desktop
Siro Davesdev.siro.co.ke·Mar 16, 2023Setting the screen size of your Flutter Desktop App at StartupGetting to build a desktop app using Flutter may not seem as easy as sitting by the beach enjoying the breeze as you sip a cocktail of your favourite flavour. Because one thing you are going to realize as much as you are knowledgeable in using Flutte...1 like·8.4K readsFlutter
Siro Davesdev.siro.co.ke·Mar 12, 2023Creating a Custom Floating Search Bar for your Flutter Desktop AppOne thing you will struggle with when you start to build flutter desktop apps is the lack of widgets that support various functions like a floating search bar. A search widget does exist in the flutter Sdk using the SearchDelegate<T> class which is a...754 readsFlutter
Siro Davesdev.siro.co.ke·Feb 7, 2023Developing a Flutter App for Every Screen: Part 3/3In my previous article: Developing a Flutter App for Every Screen: Part 2/3 where I looked at building adaptive layouts I focused on Layouts and promised to focus on inputs, idioms and norms in this article. This is a journey of understanding how the...180 readsFlutter