From fad81a84ba5fcf259a1ab4314dc5dc172e740f9c Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Sun, 14 Sep 2025 20:19:12 +0300 Subject: [PATCH] 1.3.10+29 uploaded. --- lib/controllers/api_routes/urls.dart | 2 +- .../views/forms/asset_retired/verify_asset_detail.dart | 1 + pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/controllers/api_routes/urls.dart b/lib/controllers/api_routes/urls.dart index 0655b1bc..cd20cdc9 100644 --- a/lib/controllers/api_routes/urls.dart +++ b/lib/controllers/api_routes/urls.dart @@ -1,7 +1,7 @@ class URLs { URLs._(); - static const String appReleaseBuildNumber = "25"; + static const String appReleaseBuildNumber = "26"; static const host1 = "https://atomsm.hmg.com"; // production url // static const host1 = "https://atomsmdev.hmg.com"; // local DEV url diff --git a/lib/modules/cm_module/views/forms/asset_retired/verify_asset_detail.dart b/lib/modules/cm_module/views/forms/asset_retired/verify_asset_detail.dart index b64950a3..a17548e9 100644 --- a/lib/modules/cm_module/views/forms/asset_retired/verify_asset_detail.dart +++ b/lib/modules/cm_module/views/forms/asset_retired/verify_asset_detail.dart @@ -253,6 +253,7 @@ class _VerifyAssetDetailsState extends State with TickerProv backgroundColor: AppColor.fieldBgColor(context), // initialDate: DateTime.tryParse(updateAssetModel?.edd ?? ""), from: requestDetailProvider.currentWorkOrder?.data?.requestedDate, + to: DateTime.now().add(const Duration(days: 365)), date: DateTime.tryParse(updateAssetModel?.edd ?? ""), formatDateWithTime: true, onDatePicker: (selectedDate) { diff --git a/pubspec.yaml b/pubspec.yaml index d514ae42..1f67dfc8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.3.9+28 +version: 1.3.10+29 environment: sdk: ">=3.5.0 <4.0.0"