Skip to content

Commit 7f100b0

Browse files
committed
updated code
1 parent a012519 commit 7f100b0

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

android/app/build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ if (flutterVersionName == null) {
2424
apply plugin: 'com.android.application'
2525
apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
27-
apply plugin: 'com.google.gms.google-services'
2827

2928
android {
3029
compileSdkVersion 34
@@ -69,7 +68,4 @@ flutter {
6968

7069
dependencies {
7170
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'
7571
}

android/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ buildscript {
88
dependencies {
99
classpath 'com.android.tools.build:gradle:7.1.2'
1010
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"
1311
}
1412
}
1513

lib/Registration/signUp.dart

-5
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ class _RegistrationScreenState extends State<RegistrationScreen> {
116116
showNotification();
117117

118118
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.
124119
});
125120
}
126121
}

0 commit comments

Comments
 (0)