File tree 6 files changed +12
-4
lines changed
google_sign_in/google_sign_in_ios
video_player/video_player_avfoundation 6 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 5.6.2
2
+
3
+ * Updates functions without a prototype to avoid deprecation warning.
4
+
1
5
## 5.6.1
2
6
3
7
* Clarifies explanation of endorsement in README.
Original file line number Diff line number Diff line change 14
14
15
15
static NSString *const kServerClientIdKey = @" SERVER_CLIENT_ID" ;
16
16
17
- static NSDictionary <NSString *, id > *loadGoogleServiceInfo () {
17
+ static NSDictionary <NSString *, id > *loadGoogleServiceInfo (void ) {
18
18
NSString *plistPath = [[NSBundle mainBundle ] pathForResource: @" GoogleService-Info"
19
19
ofType: @" plist" ];
20
20
if (plistPath) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_sign_in_ios
2
2
description : iOS implementation of the google_sign_in plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
5
- version : 5.6.1
5
+ version : 5.6.2
6
6
7
7
environment :
8
8
sdk : " >=2.18.0 <4.0.0"
Original file line number Diff line number Diff line change
1
+ ## 2.4.5
2
+
3
+ * Updates functions without a prototype to avoid deprecation warning.
4
+
1
5
## 2.4.4
2
6
3
7
* Updates pigeon to fix warnings with clang 15.
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ NS_INLINE CGFloat radiansToDegrees(CGFloat radians) {
146
146
return degrees;
147
147
};
148
148
149
- NS_INLINE UIViewController *rootViewController () {
149
+ NS_INLINE UIViewController *rootViewController (void ) {
150
150
#pragma clang diagnostic push
151
151
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
152
152
// TODO: (hellohuanlin) Provide a non-deprecated codepath. See
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: video_player_avfoundation
2
2
description : iOS implementation of the video_player plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/video_player/video_player_avfoundation
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
5
- version : 2.4.4
5
+ version : 2.4.5
6
6
7
7
environment :
8
8
sdk : " >=2.18.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments