Skip to content

sb-dor/gps_tracker

Repository files navigation

All problems were solved!

Take a look at these issues on GitHub., there is a discussion about gps, which does not work properly if there is no clear view to the sky (satellite)

https://stackoverflow.com/a/77103201/18451446

Baseflow/flutter-geolocator#1312

Baseflow/flutter-geolocator#1312 (comment)

Baseflow/flutter-geolocator#1312 (comment)

for ios problems:

https://stackoverflow.com/questions/67870103/cant-retrieve-location-in-flutter-by-geolocator

https://stackoverflow.com/questions/62749900/flutter-location-packages-does-not-return-current-location-on-ios

for ios App Tracking Transparency (Rejection from App Store):

deniza/app_tracking_transparency#27

problems with android 9 only (haven't checked on real device), discussion on github about the same problem but with difference package:

Baseflow/flutter-geolocator#1369

problems with android 11 and higher

https://developer.android.com/develop/sensors-and-location/location/permissions/background

https://developer.android.com/develop/sensors-and-location/location/permissions/background#background-dialog-target-sdk-version

about -> SERVICE_STATUS_ERROR in android

Lyokone/flutterlocation#568

for macos problems take a look here:

flutter/flutter#47606

https://pub.dev/packages/location#macos


🛰️ GPS Tracking App

A cross-platform GPS tracking application built with Flutter. It allows users to track their location in real time and view their position on a map. The app also supports background location tracking (Android and iOs).

✅ Features

  • Real-time GPS tracking
  • Background tracking support
  • Integrated map view using flutter_map
  • Cross-platform support
  • Built with the location package
  • Solved false "jump" location issue by filtering inaccurate or unrealistic coordinates

📱 Platform Support

Platform Status
✅ Android Implemented
✅ iOS Implemented
✅ macOS Implemented
✅ Web Implemented
🚫 Windows Not implemented yet
🚫 Linux Not implemented yet

🗺️ Map Integration

A minimal implementation of flutter_map allows users to see their current location on the map.

🛠️ Background Mode

Location tracking continues to work even when the app is in the background (Android and iOS).


Made with Flutter 💙

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors