Finish adding the markers to the map view to display info about that specific drop off's tips and base pay.
This commit is contained in:
parent
a5fa4e0309
commit
e94bbaaf91
5 changed files with 50 additions and 4 deletions
|
@ -6,12 +6,12 @@ import 'package:geolocator/geolocator.dart';
|
|||
class TTConsts {
|
||||
static get UPDATE_URL =>
|
||||
"https://git.zontreck.com/AriasCreations/TimeTracker/raw/branch/main/latest-releases.json";
|
||||
static const VERSION = "1.0.0-dev.8";
|
||||
static const VERSION = "1.0.0-dev.9";
|
||||
static bool UPDATE_AVAILABLE = false;
|
||||
static UpdateChannel UPDATE_CHANNEL = UpdateChannel.alpha;
|
||||
static final LocationSettings LOCATION_SETTINGS = LocationSettings(
|
||||
accuracy: LocationAccuracy.bestForNavigation,
|
||||
distanceFilter: 50,
|
||||
distanceFilter: 15,
|
||||
);
|
||||
|
||||
static Future<void> checkUpdate() async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue