From 09d1ce5ccb0287c72d4ff32789a0c1fda3f31b27 Mon Sep 17 00:00:00 2001 From: mohammad Date: Sat, 21 Sep 2024 08:56:30 +0300 Subject: [PATCH] water heater and timer and schedule ui and api , Circulate ui and Inching ui --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 1738eac..05f1875 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -14,7 +14,7 @@ void main() { //to catch all the errors in the app and send them to firebase runZonedGuarded(() async { //to load the environment variables - const environment = String.fromEnvironment('FLAVOR', defaultValue: 'development'); + const environment = String.fromEnvironment('FLAVOR', defaultValue: 'production'); await dotenv.load(fileName: '.env.$environment'); // //this is to make the app work with the self-signed certificate