feat: Refactor code structure and optimize performance across multiple modules

This commit is contained in:
Achintha Isuru
2025-11-17 23:29:28 -05:00
parent 831570f2e0
commit a64cbd9edf
1508 changed files with 105319 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
{
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "krow-workforce-dev",
"appId": "1:933560802882:android:f4587798877cbb917757db",
"fileOutput": "android/app/google-services.json"
},
"buildConfigurations": {
"src/dev": {
"projectId": "krow-workforce-dev",
"appId": "1:933560802882:android:f4587798877cbb917757db",
"fileOutput": "android/app/src/dev/google-services.json"
},
"src/staging": {
"projectId": "krow-workforce-staging",
"appId": "1:1032971403708:android:87edb39679f806ab356bb9",
"fileOutput": "android/app/src/staging/google-services.json"
},
"src/prod": {
"projectId": "krow-workforce-production",
"appId": "1:705380165824:android:e028f36e679701cbf1e525",
"fileOutput": "android/app/src/prod/google-services.json"
}
}
},
"ios": {
"default": {
"projectId": "krow-workforce-dev",
"appId": "1:933560802882:ios:07becdd41ac6ca627757db",
"uploadDebugSymbols": false,
"fileOutput": "ios/Runner/GoogleService-Info.plist"
},
"targets": {
"Runner": {
"projectId": "krow-workforce-dev",
"appId": "1:1032971403708:ios:1d9b09307e6f3983356bb9",
"uploadDebugSymbols": false,
"fileOutput": "ios/flavors/dev/GoogleService-Info.plist"
}
}
},
"dart": {
"lib/firebase_options_dev.dart": {
"projectId": "krow-workforce-dev",
"configurations": {
"android": "1:933560802882:android:f4587798877cbb917757db",
"ios": "1:933560802882:ios:07becdd41ac6ca627757db"
}
},
"lib/firebase_options_staging.dart": {
"projectId": "krow-workforce-staging",
"configurations": {
"android": "1:1032971403708:android:87edb39679f806ab356bb9",
"ios": "1:1032971403708:ios:1d9b09307e6f3983356bb9"
}
}
}
}
}
}