Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5287930

Browse files
authored
Remove unused variable (#2352)
1 parent 6ccebda commit 5287930

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.5
2+
3+
* Remove unused variable.
4+
15
## 4.1.4
26

37
* Make the pedantic dev_dependency explicit.

packages/google_sign_in/google_sign_in/ios/Classes/FLTGoogleSignInPlugin.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ - (BOOL)setAccountRequest:(FlutterResult)request {
138138
}
139139

140140
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options {
141-
NSString *sourceApplication = options[UIApplicationOpenURLOptionsSourceApplicationKey];
142141
return [[GIDSignIn sharedInstance] handleURL:url];
143142
}
144143

packages/google_sign_in/google_sign_in/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in
22
description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
44
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
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)