Implement Two-Gang & One-Gang

This commit is contained in:
mohammad
2024-09-15 10:15:37 +03:00
parent b5842194ff
commit 46662b5bac
8 changed files with 34 additions and 51 deletions

View File

@ -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: 'production');
const environment = String.fromEnvironment('FLAVOR', defaultValue: 'development');
await dotenv.load(fileName: '.env.$environment');
// //this is to make the app work with the self-signed certificate