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

Commit ff6f472

Browse files
committed
[google_sign_in, url_launcher] Document unendorsement of web.
Add some documentation to the CHANGELOG to mention that the plugin doesn't support web in the current prerelease state.
1 parent e113013 commit ff6f472

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
## 5.0.0-nullsafety.1
2+
3+
* Document that the web plugin is not endorsed in the `nullsafety` prerelease for now.
4+
15
## 5.0.0-nullsafety
26

37
* Migrate to nnbd.
8+
* **Breaking change**: web plugins aren't endorsed in null-safe plugins yet.
49

510
## 4.5.9
611

packages/google_sign_in/google_sign_in/pubspec.yaml

Lines changed: 3 additions & 3 deletions
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: 5.0.0-nullsafety
5+
version: 5.0.0-nullsafety.1
66

77
flutter:
88
plugin:
@@ -12,8 +12,8 @@ flutter:
1212
pluginClass: GoogleSignInPlugin
1313
ios:
1414
pluginClass: FLTGoogleSignInPlugin
15-
web:
16-
default_package: google_sign_in_web
15+
#web:
16+
# default_package: google_sign_in_web
1717

1818
dependencies:
1919
google_sign_in_platform_interface: ^2.0.0-nullsafety

packages/url_launcher/url_launcher/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.0-nullsafety.5
2+
3+
* Document that the web plugin is not endorsed in the `nullsafety` prerelease for now.
4+
15
## 6.0.0-nullsafety.4
26

37
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
@@ -17,6 +21,7 @@
1721
## 6.0.0-nullsafety
1822

1923
* Migrate to null safety.
24+
* **Breaking change**: web plugins aren't endorsed in null-safe plugins yet.
2025

2126
## 5.7.13
2227

packages/url_launcher/url_launcher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: url_launcher
22
description: Flutter plugin for launching a URL on Android and iOS. Supports
33
web, phone, SMS, and email schemes.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/url_launcher/url_launcher
5-
version: 6.0.0-nullsafety.4
5+
version: 6.0.0-nullsafety.5
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)