curtain changes

This commit is contained in:
mohammad
2024-08-29 16:56:19 +03:00
parent 9c23ab1399
commit 1e35bb8736

View File

@ -16,7 +16,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