Skip to content

Commit 2a2cb11

Browse files
authored
Export SignInOption from interface since it is used in the frontend (flutter#2350)
1 parent 3d45c01 commit 2a2cb11

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.15
2+
3+
* Export SignInOption from interface since it is used in the frontend as a type.
4+
15
## 4.0.14
26

37
* Port plugin code to use the federated Platform Interface, instead of a MethodChannel directly.

packages/google_sign_in/google_sign_in/lib/google_sign_in.dart

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import 'package:google_sign_in_platform_interface/google_sign_in_platform_interf
1010

1111
import 'src/common.dart';
1212

13+
export 'package:google_sign_in_platform_interface/google_sign_in_platform_interface.dart'
14+
show SignInOption;
1315
export 'src/common.dart';
1416
export 'widgets.dart';
1517

packages/google_sign_in/google_sign_in/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
6-
version: 4.0.14
6+
version: 4.0.15
77

88
flutter:
99
plugin:

0 commit comments

Comments
 (0)