From 815a30d7f713f6fd0e425d6918396fa8713ce5ba Mon Sep 17 00:00:00 2001 From: "mr.mojtaba" Date: Mon, 20 Oct 2025 09:10:49 +0330 Subject: [PATCH] test(core): add comprehensive test suites for core utilities and widgets - Implement tests for DateTime and String utility extensions - Add widget tests for ErrorWidget and EmptyWidget components - Include network status and token storage service tests - Update local.properties to use debug build mode --- android/local.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/local.properties b/android/local.properties index ca4c620..87700fb 100644 --- a/android/local.properties +++ b/android/local.properties @@ -1,5 +1,5 @@ -sdk.dir=C:\\Users\\Housh11\\AppData\\Local\\Android\\sdk +sdk.dir=C:/Users/Housh11/AppData/Local/Android/Sdk flutter.sdk=C:\\src\\flutter -flutter.buildMode=release +flutter.buildMode=debug flutter.versionName=1.3.26 flutter.versionCode=23 \ No newline at end of file