Day 2 - Scaffold & structuring
#30daysoflutter

Search for a command to run...
#30daysoflutter

#30daysofflutter

This stunt is divided into 3 parts - Preparing to get the user's device location (getting the permissions, setting up the UI, etc.) Getting the user's current device location Saving the map state & camera position Okay so shut all the distractions,...

Create a Google Maps project Add Google Maps to your Project New project β Google Maps Activity -> ... -> Create This will add all the code necessary for adding a map to your app. It mainly adds 3 files automatically to your project: a MapsActivity,...

Feat AppCompatTextView π

After you've built your app, you might want to change your app's icon from that old Android default icon to a new more customized one. Your app's icon isn't just the face of your app, it is also the face of the brand of your app. Doesn't matter if yo...
