Fetch Current Location in Flutter

Updated 12 December 2023

Save
Fetch Current Location in Flutter

Nowadays, working with Maps and locations is very common. In today’s blog will learn how to fetch current location in Flutter.

Using the Flutter Location plugin is very easy to fetch the current location of the user on Android and iOS devices.

Read about the variety of Flutter App Development Services offered by Mobikul.

In this blog, we will show the map and display the current location using a marker.

Please follow below Steps to fetch current location in Flutter:

Step 1: Add dependencies.

To fetch the current location we use location plugin

But in our project, we have also displayed the map so we are using google_maps_flutter to display the map.

Add below code in pubspec.yaml file

Step 2: Providing permissions in iOS and Android app to fetch location.

In Android, all dependencies and permissions are automatically added to your project with Flutter 1.12.

But if you are using Flutter before 1.12 please follow this.

For iOS please add below permissions in your info.plist file.

Step 3: Implement Code

We have created a MapScreen class to show our Map and fetch the location.

Please check below function to fetch the location.

Please check the complete MapScreen file code below.

Now, check below main.dart file code.

Finally, you can run the code, and see the below results.

fetch current location in flutter app view

For more interesting blogs check out here – https://mobikul.com/blog/

Hope this blog helped you for a better understanding of Locations and Maps in Flutter.

Thanks for reading 🙂

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


2 comments

  • Rohini
    • Shikha Melkani (Moderator)
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home