File tree 3 files changed +5
-2
lines changed
packages/google_sign_in/google_sign_in
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.1.5
2
+
3
+ * Remove unused variable.
4
+
1
5
## 4.1.4
2
6
3
7
* Make the pedantic dev_dependency explicit.
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ - (BOOL)setAccountRequest:(FlutterResult)request {
138
138
}
139
139
140
140
- (BOOL )application : (UIApplication *)app openURL : (NSURL *)url options : (NSDictionary *)options {
141
- NSString *sourceApplication = options[UIApplicationOpenURLOptionsSourceApplicationKey];
142
141
return [[GIDSignIn sharedInstance ] handleURL: url];
143
142
}
144
143
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_sign_in
2
2
description : Flutter plugin for Google Sign-In, a secure authentication system
3
3
for signing in with a Google account on Android and iOS.
4
4
homepage : https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
5
- version : 4.1.4
5
+ version : 4.1.5
6
6
7
7
flutter :
8
8
plugin :
You can’t perform that action at this time.
0 commit comments