11 October 2023

Flutter — Highlight any area in Google Maps

Initial Setup It’s time to get started! Here’s a simple screen with a google map widget that sets the initialCameraPosition and a marker. Add a Circle The first question is how to add a circle to our map. Replace ToDo: Add Circle with below code ???? The circle’s placement is determined by the centre. To position the […]

Flutter — Highlight any area in Google Maps Read More »

Extensions for Visual Studio Code to Boost Your Flutter Development

If you’re a Flutter developer, you most likely already like writing and debugging code with Visual Studio Code (VS Code). Now, though, what? There are many fantastic extensions available to enhance your experience even further! Let’s explore some of the top VS Code add-ons to enhance your ability to develop Flutter apps. Flutter Tree View:

Extensions for Visual Studio Code to Boost Your Flutter Development Read More »

In 100 seconds, integrate Firebase into your Flutter application.

You may already be familiar with adding Firebase ???? to your project, or you may not even know how to implement it. You can be certain of one thing: it takes longer than a minute. However, what if I told you that it only takes a few seconds to add Firebase to any Flutter project,

In 100 seconds, integrate Firebase into your Flutter application. Read More »