Modifying the bundle identifier, package name & app display name in a Flutter app
This tutorial is part of the Flutter app build and release series. Here is […]
This tutorial is part of the Flutter app build and release series. Here is […]
Most apps have several screens and require us to navigate from one screen to […]
Bottom navigation is a common design pattern for placing top-level and frequently-used actions. Let […]
Often we use a search bar in our app to perform autocomplete-style searches via […]
Getting the user location in Flutter is made very simple by the Geolocator plugin. […]
There are two ways in which one can introduce dark/light theme mode in a […]
Adding app icons to our Flutter project is very simple thanks to the the […]
In this tutorial, we will see how to implement a very simple app state […]
For this example, I am using Cupertino icons, so if you want to use […]
For this tutorial, we assume you already have successfully integrated Google Maps into your […]