Telas de login e dashboard de estudante feito

This commit is contained in:
2026-05-07 21:10:30 +01:00
parent 547d5f5484
commit c1d1a0fce1
44 changed files with 6740 additions and 183 deletions

View File

@@ -1,6 +1,7 @@
plugins {
id("com.android.application")
id("kotlin-android")
id("com.google.gms.google-services")
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
id("dev.flutter.flutter-gradle-plugin")
}

View File

@@ -0,0 +1,29 @@
{
"project_info": {
"project_number": "442643891846",
"project_id": "teachit-app",
"storage_bucket": "teachit-app.firebasestorage.app"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:442643891846:android:77218c94f0d2f9efdcb307",
"android_client_info": {
"package_name": "com.example.teachit"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyCDM6he94LvUAW4IgY3MsQ3wEZw272VUuc"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}

View File

@@ -1,3 +1,13 @@
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.google.gms:google-services:4.4.0")
}
}
allprojects {
repositories {
google()