Begin implementing GPS related functions, and initial UI for trip and delivery

This commit is contained in:
zontreck 2025-05-15 00:33:42 -07:00
parent 061fd46f89
commit 770c1e7c74
6 changed files with 276 additions and 3 deletions

View file

@ -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-dev.5
version: 1.0.0-dev.6
environment:
sdk: ^3.7.2
@ -42,6 +42,8 @@ dependencies:
version: 1.0.31525+0222
dio: ^5.8.0+1
ota_update: ^7.0.1
geolocator: ^14.0.0
free_map: ^2.0.3
dev_dependencies:
flutter_test: