File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ if (flutterVersionName == null) {
24
24
apply plugin : ' com.android.application'
25
25
apply plugin : ' kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
- apply plugin : ' com.google.gms.google-services'
28
27
29
28
android {
30
29
compileSdkVersion 34
@@ -69,7 +68,4 @@ flutter {
69
68
70
69
dependencies {
71
70
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
72
- implementation(platform(" com.google.firebase:firebase-bom:32.1.1" ))
73
- implementation(" com.google.firebase:firebase-analytics-ktx" )
74
- implementation ' com.google.firebase:firebase-messaging:20.1.0'
75
71
}
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ buildscript {
8
8
dependencies {
9
9
classpath ' com.android.tools.build:gradle:7.1.2'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
- classpath ' com.google.gms:google-services:4.3.10'
12
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
11
}
14
12
}
15
13
Original file line number Diff line number Diff line change @@ -116,11 +116,6 @@ class _RegistrationScreenState extends State<RegistrationScreen> {
116
116
showNotification ();
117
117
118
118
SystemNavigator .pop ();
119
- // _configureFirebaseMessaging();
120
-
121
- // Send push notification using FCM or any other preferred method
122
- // with the message "Registration successful, to login click on the notification"
123
- // You can refer to the firebase_messaging package documentation for sending notifications.
124
119
});
125
120
}
126
121
}
You can’t perform that action at this time.
0 commit comments