delete api removed

This commit is contained in:
kishan06
2024-05-29 15:42:46 +05:30
parent 451027251e
commit b6047fb91f
3 changed files with 4 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 26
targetSdkVersion 33
versionCode 18//flutterVersionCode.toInteger()//3
versionCode 19//flutterVersionCode.toInteger()//3
versionName "1.0"//flutterVersionName //"1.0"
manifestPlaceholders['foregroundServiceType'] = 'health'

View File

@@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.3</string>
<string>1.5.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View File

@@ -149,6 +149,7 @@ class _AppDrawerState extends State<AppDrawer> {
Get.back();
Get.to(() => TrackerHomePage());
} else {
Get.back();
Get.to(() => const PeriodSelection());
}
@@ -676,7 +677,7 @@ class _AppDrawerState extends State<AppDrawer> {
SharedPreferences preferences =
await SharedPreferences.getInstance();
await preferences.clear();
await DeleteDatesOnLogout().deleteDates("");
// await DeleteDatesOnLogout().deleteDates("");
GetStorage().erase();
// Get.delete<HelperMethods>();
// Get.find<HelperMethods>().onClose();