This is a mobile application to share your realtime location with GPS tracking and stay connected with your friends, families and co-workers. It is built using Flutter with Firebase and Firestore to handle the authentication of users and data management. Using the APK The pre-built .apk file for the app can be downloaded here. Open the ..
Category : Location
A Stable LibraryLibrary for GeoFence A flutter project to provide Geo Fence functionality in Android and IOS Getting Started Getting Started Android In your AndroidManifest.xml you should add the following lines: Starting GeoFenceService Stop GeoFenceService Get User status with respect to Fence Get user’s current location Listen to change for enter and Exit status for ..
Flow – Just go with the flow! Flow is a water source location mobile app that helps students of the University of Bamenda, Cameroon to find/locate clean water sources. Introduction Flow came about as a result of the persistent water crises in Bambili, Cameroon. This is the location of the University of Bamenda in the ..
Locations Sort locations with nearest distance How it works? Get user’s current location Compare with other destinations Sort according the nearest There are two ways to compare distance Personally, I like Haversine Formula and have been using it. Algorithm 1 Use Havesine Formula. Haversine Formula Algorithm 2 Use inbuilt distance comparision function provided by Geolocater. ..
Flutter Location Plugin Short Description: A Flutter plugin to easily handle a realtime location in iOS and Android. Provides settings for optimizing performance or battery. This plugin for Flutter handles getting a location on Android and iOS. It also provides callbacks when the location is changed. Getting Started Add this to your package’s pubspec.yaml file: Android With Flutter 1.12, ..
Polymaker Polymaker is an application that can create polygon locations dynamically in mobile apps and save the data into SQFlite to be permanent. Installing git clone https://github.com/yusriltakeuchi/polymaker.git flutter packages get flutter run Billing You must enable some API in google cloud to use this features Google Maps for Android/iOS Setup Please fill API KEY with your ..
Tubles Tubles is a simple applications to provide any tubles place in google maps and we as the user can navigate into the selected tubles location. Features Display Tubles Location Custom Beauty Marker Navigation Mode & Normal Mode Direction Route to Tubles Distance Calculations Location Subscribtion Listener Custom Map Style Terrain Installing git clone https://github.com/yusriltakeuchi/Tubles.git flutter ..
Animating Location Pin This Flutter package provides a Animating Location Pin Widget which can be used while fetching device location. Installation In the dependencies: section of your pubspec.yaml, add the following line: dependencies: animating_location_pin: <latest version> Usage Import this class import ‘package:animating_location_pin/animating_location_pin.dart’; Add Adding this widget is simple. Just directly use its instance for default configuration Container( child: ..