feat: upgrade flutter

This commit is contained in:
2026-06-16 06:08:40 +03:30
parent 4eadda7947
commit 876246773b
8 changed files with 693 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class AppConfig {
/// - پروداکشن: `--dart-define=BASE_URL=https://api.hakemsho.ir`
/// با تغییر شبکه/IP مک، مقدار dart-define یا همین پیش‌فرض را عوض کنید.
static const String baseUrl =
String.fromEnvironment('BASE_URL', defaultValue: 'http://192.168.100.28:8080');
String.fromEnvironment('BASE_URL', defaultValue: 'http://192.168.1.105:8080');
static String get apiUrl => '$baseUrl/api';