Creating a Custom Floating Search Bar for your Flutter Desktop App
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...
siro.hashnode.dev7 min read