Preparing your Flutter App for the Apple Store
The preliminaries of setting it up
Apr 17, 20233 min read76

Search for a command to run...
Articles tagged with #macos
The preliminaries of setting it up

Getting 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...

One 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...
