diff --git a/MAINTAINERS.md b/MAINTAINERS.md index d598ff3..57d2eca 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,6 +2,9 @@ _This file is auto-generated from the repository collaborators list._ -| Name | GitHub Handle | Role | -|---------------|------------------|------------------| -| Sri Varshith | [@Sri-Varshith](https://github.com/Sri-Varshith) | Lead Maintainer | +| Name | GitHub Handle | Role | Tenure | Time Period | +|---------------|------------------|------------------|---|---| +| Sri Varshith | [@Sri-Varshith](https://github.com/Sri-Varshith) | Mentor (Sprint-M25) | 2025-26 | August 2025 - Present | +| Sarvesh | [@Sarvesh2459](https://github.com/Sarvesh2459) | Maintainer | 2022-23 | December 2022 - February 2023 | +| Ayush | [@Ayushk249](https://github.com/Ayushk249) | Maintainer | 2022-23 | December 2022 - February 2023 | +| Gopal | [@Gopal-Dahale](https://github.com/Gopal-Dahale) | Maintainer | 2021-22 | December 2021 - March 2022 | diff --git a/flutter/quizlake/.metadata b/flutter/quizlake/.metadata index 602d990..b11d65d 100644 --- a/flutter/quizlake/.metadata +++ b/flutter/quizlake/.metadata @@ -1,11 +1,11 @@ # This file tracks properties of this Flutter project. # Used by Flutter tool to assess capabilities and perform upgrades etc. # -# This file should be version controlled. +# This file should be version controlled and should not be manually edited. version: - revision: 20a78ed69f45502344010aedff4d915db27072b2 - channel: master + revision: "ac4e799d237041cf905519190471f657b657155a" + channel: "stable" project_type: app @@ -13,26 +13,26 @@ project_type: app migration: platforms: - platform: root - create_revision: 20a78ed69f45502344010aedff4d915db27072b2 - base_revision: 20a78ed69f45502344010aedff4d915db27072b2 + create_revision: ac4e799d237041cf905519190471f657b657155a + base_revision: ac4e799d237041cf905519190471f657b657155a - platform: android - create_revision: 20a78ed69f45502344010aedff4d915db27072b2 - base_revision: 20a78ed69f45502344010aedff4d915db27072b2 + create_revision: ac4e799d237041cf905519190471f657b657155a + base_revision: ac4e799d237041cf905519190471f657b657155a - platform: ios - create_revision: 20a78ed69f45502344010aedff4d915db27072b2 - base_revision: 20a78ed69f45502344010aedff4d915db27072b2 + create_revision: ac4e799d237041cf905519190471f657b657155a + base_revision: ac4e799d237041cf905519190471f657b657155a - platform: linux - create_revision: 20a78ed69f45502344010aedff4d915db27072b2 - base_revision: 20a78ed69f45502344010aedff4d915db27072b2 + create_revision: ac4e799d237041cf905519190471f657b657155a + base_revision: ac4e799d237041cf905519190471f657b657155a - platform: macos - create_revision: 20a78ed69f45502344010aedff4d915db27072b2 - base_revision: 20a78ed69f45502344010aedff4d915db27072b2 + create_revision: ac4e799d237041cf905519190471f657b657155a + base_revision: ac4e799d237041cf905519190471f657b657155a - platform: web - create_revision: 20a78ed69f45502344010aedff4d915db27072b2 - base_revision: 20a78ed69f45502344010aedff4d915db27072b2 + create_revision: ac4e799d237041cf905519190471f657b657155a + base_revision: ac4e799d237041cf905519190471f657b657155a - platform: windows - create_revision: 20a78ed69f45502344010aedff4d915db27072b2 - base_revision: 20a78ed69f45502344010aedff4d915db27072b2 + create_revision: ac4e799d237041cf905519190471f657b657155a + base_revision: ac4e799d237041cf905519190471f657b657155a # User provided section diff --git a/flutter/quizlake/android/.gitignore b/flutter/quizlake/android/.gitignore index 6f56801..be3943c 100644 --- a/flutter/quizlake/android/.gitignore +++ b/flutter/quizlake/android/.gitignore @@ -5,9 +5,10 @@ gradle-wrapper.jar /gradlew.bat /local.properties GeneratedPluginRegistrant.java +.cxx/ # Remember to never publicly share your keystore. -# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app +# See https://flutter.dev/to/reference-keystore key.properties **/*.keystore **/*.jks diff --git a/flutter/quizlake/android/app/build.gradle b/flutter/quizlake/android/app/build.gradle deleted file mode 100644 index 2ae0dba..0000000 --- a/flutter/quizlake/android/app/build.gradle +++ /dev/null @@ -1,74 +0,0 @@ -def localProperties = new Properties() -def localPropertiesFile = rootProject.file('local.properties') -if (localPropertiesFile.exists()) { - localPropertiesFile.withReader('UTF-8') { reader -> - localProperties.load(reader) - } -} - -def flutterRoot = localProperties.getProperty('flutter.sdk') -if (flutterRoot == null) { - throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") -} - -def flutterVersionCode = localProperties.getProperty('flutter.versionCode') -if (flutterVersionCode == null) { - flutterVersionCode = '1' -} - -def flutterVersionName = localProperties.getProperty('flutter.versionName') -if (flutterVersionName == null) { - flutterVersionName = '1.0' -} - -apply plugin: 'com.android.application' -apply plugin: 'kotlin-android' -apply plugin: 'com.google.gms.google-services' -apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" - -android { - compileSdkVersion flutter.compileSdkVersion - ndkVersion flutter.ndkVersion - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - kotlinOptions { - jvmTarget = '1.8' - } - - sourceSets { - main.java.srcDirs += 'src/main/kotlin' - } - - defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.quizlake" - // You can update the following values to match your application needs. - // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. - minSdkVersion 21 - targetSdkVersion flutter.targetSdkVersion - versionCode flutterVersionCode.toInteger() - versionName flutterVersionName - } - - buildTypes { - release { - // TODO: Add your own signing config for the release build. - // Signing with the debug keys for now, so `flutter run --release` works. - signingConfig signingConfigs.debug - } - } -} - -flutter { - source '../..' -} - -dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation platform('com.google.firebase:firebase-bom:31.1.1') - implementation 'com.google.firebase:firebase-analytics-ktx' -} diff --git a/flutter/quizlake/android/app/build.gradle.kts b/flutter/quizlake/android/app/build.gradle.kts new file mode 100644 index 0000000..7837da1 --- /dev/null +++ b/flutter/quizlake/android/app/build.gradle.kts @@ -0,0 +1,44 @@ +plugins { + id("com.android.application") + id("kotlin-android") + // The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins. + id("dev.flutter.flutter-gradle-plugin") +} + +android { + namespace = "com.example.quizlake" + compileSdk = flutter.compileSdkVersion + ndkVersion = flutter.ndkVersion + + compileOptions { + sourceCompatibility = JavaVersion.VERSION_21 + targetCompatibility = JavaVersion.VERSION_21 + } + + kotlinOptions { + jvmTarget = JavaVersion.VERSION_21.toString() + } + + defaultConfig { + // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). + applicationId = "com.example.quizlake" + // You can update the following values to match your application needs. + // For more information, see: https://flutter.dev/to/review-gradle-config. + minSdk = flutter.minSdkVersion + targetSdk = flutter.targetSdkVersion + versionCode = flutter.versionCode + versionName = flutter.versionName + } + + buildTypes { + release { + // TODO: Add your own signing config for the release build. + // Signing with the debug keys for now, so `flutter run --release` works. + signingConfig = signingConfigs.getByName("debug") + } + } +} + +flutter { + source = "../.." +} diff --git a/flutter/quizlake/android/app/google-services.json b/flutter/quizlake/android/app/google-services.json deleted file mode 100644 index 69fcc37..0000000 --- a/flutter/quizlake/android/app/google-services.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "project_info": { - "project_number": "931452398942", - "project_id": "quizlake-28ab1", - "storage_bucket": "quizlake-28ab1.appspot.com" - }, - "client": [ - { - "client_info": { - "mobilesdk_app_id": "1:931452398942:android:a71d145eb1ab4bb306f3cf", - "android_client_info": { - "package_name": "com.example.quizlake" - } - }, - "oauth_client": [ - { - "client_id": "931452398942-fbh34njkqvjchg1odf59q9hm5q2f10o4.apps.googleusercontent.com", - "client_type": 1, - "android_info": { - "package_name": "com.example.quizlake", - "certificate_hash": "99f6cd44387a63b79834f6b99b812f8df596dd62" - } - }, - { - "client_id": "931452398942-30mte61l3duvlmvrb7tailr834392k3i.apps.googleusercontent.com", - "client_type": 3 - } - ], - "api_key": [ - { - "current_key": "AIzaSyBJCsckdD7lUSORZ3cxuGGNzLJv_lkRwV4" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [ - { - "client_id": "931452398942-30mte61l3duvlmvrb7tailr834392k3i.apps.googleusercontent.com", - "client_type": 3 - } - ] - } - } - } - ], - "configuration_version": "1" -} \ No newline at end of file diff --git a/flutter/quizlake/android/app/src/debug/AndroidManifest.xml b/flutter/quizlake/android/app/src/debug/AndroidManifest.xml index 8b5268d..399f698 100644 --- a/flutter/quizlake/android/app/src/debug/AndroidManifest.xml +++ b/flutter/quizlake/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,4 @@ - + + + + + + + diff --git a/flutter/quizlake/android/app/src/main/kotlin/com/example/quizlake/MainActivity.kt b/flutter/quizlake/android/app/src/main/kotlin/com/example/quizlake/MainActivity.kt index f140fca..d5ffb1c 100644 --- a/flutter/quizlake/android/app/src/main/kotlin/com/example/quizlake/MainActivity.kt +++ b/flutter/quizlake/android/app/src/main/kotlin/com/example/quizlake/MainActivity.kt @@ -2,5 +2,4 @@ package com.example.quizlake import io.flutter.embedding.android.FlutterActivity -class MainActivity: FlutterActivity() { -} +class MainActivity : FlutterActivity() diff --git a/flutter/quizlake/android/app/src/profile/AndroidManifest.xml b/flutter/quizlake/android/app/src/profile/AndroidManifest.xml index 8b5268d..399f698 100644 --- a/flutter/quizlake/android/app/src/profile/AndroidManifest.xml +++ b/flutter/quizlake/android/app/src/profile/AndroidManifest.xml @@ -1,5 +1,4 @@ - +