Fix background svc; Add end time logging to trips
This commit is contained in:
parent
1e01384d9b
commit
35863780f6
6 changed files with 99 additions and 15 deletions
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.0-beta.12
|
||||
version: 1.0.0-beta.13
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.2
|
||||
|
@ -47,6 +47,7 @@ dependencies:
|
|||
latlong2: ^0.9.1
|
||||
flutter_map_tile_caching: ^10.1.1
|
||||
url_launcher: ^6.3.1
|
||||
flutter_background: ^1.3.0+1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue