Compare commits
3 Commits
c6eb97bbb2
...
dd36ab8399
| Author | SHA1 | Date | |
|---|---|---|---|
| dd36ab8399 | |||
| b37a33bc2f | |||
| e35608651b |
@ -191,7 +191,8 @@ class CameraPage extends StatelessWidget {
|
|||||||
Get.back();
|
Get.back();
|
||||||
destinationController.skipGps = false;
|
destinationController.skipGps = false;
|
||||||
Get.snackbar("目標が保存されました", "目標が正常に追加されました");
|
Get.snackbar("目標が保存されました", "目標が正常に追加されました");
|
||||||
destinationController.resetRogaining();
|
destinationController.resetRogaining(
|
||||||
|
isgoal: true);
|
||||||
} else {
|
} else {
|
||||||
//print("---- status ${value['status']} ---- ");
|
//print("---- status ${value['status']} ---- ");
|
||||||
Get.snackbar("目標が追加されていません", "please_try_again");
|
Get.snackbar("目標が追加されていません", "please_try_again");
|
||||||
|
|||||||
@ -782,7 +782,7 @@ class DestinationController extends GetxController {
|
|||||||
void handleLocationUpdate(LocationMarkerPosition? position) async {
|
void handleLocationUpdate(LocationMarkerPosition? position) async {
|
||||||
try {
|
try {
|
||||||
if (position != null) {
|
if (position != null) {
|
||||||
if (distanceToStart() >= 1000) {
|
if (distanceToStart() >= 150) {
|
||||||
ready_for_goal = true;
|
ready_for_goal = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.0.32+32
|
version: 1.0.33+33
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.0 <4.0.0"
|
sdk: ">=3.1.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user