Preview flutter apps on different devicesSo your done building you amazing flutter app but have no idea how you application looks like or will look like on different mobile devices☹️ that's a bummer. But worry no further, there is a way to preview you flutter apps on multiple devices to tes...Dec 17, 2023·2 min read
How to add splash screen in your flutter appA splash screen is a screen that loads up when you first launch an app otherwise also know has the loading screen. Why is a splash screen needed in an app apart from the fact that it makes an app looks more aesthetic it also makes your app look faste...Jul 5, 2023·2 min read
How to simply implement search bar functionality in flutterLet start by creating a list of elements that will be used for the search function. The idea behind the search functionality is having two list one containing the list of items listed in your app while the other will be an empty one that will serve a...Jul 4, 2023·3 min read
Best ways to make your flutter app responsiveIf there is any nightmare for any frontend developer out there it is most probably dealing with responsive layout and as flutter developer we are no exception to this, has you might know already flutter is used to create cross-platform applications w...Jul 2, 2023·2 min read