GEO SYNC is a Flutter-based application that uses SignalR for real-time communication. It allows users to share and receive live location updates seamlessly. The app supports two user modes:
- Sender: Sends real-time location updates (latitude and longitude) to a SignalR server.
- Receiver: Receives and displays location updates sent by Other User.
- Real-time location sharing using SignalR.
- Two user modes: Sender and Receiver.
- Intuitive UI for toggling user modes and displaying connection status.
- Integration with GPS services for accurate location data.
![]() |
![]() |
Sender | Receiver |
Follow these steps to set up and run the project:
- Flutter SDK installed on your system.
- Dart language support.
- SignalR server for real-time communication.
- Clone the repository:
git clone <https://github.com/farhansadikgalib/geo_sync> cd geo_sync
You can also download the app using the link below: