Skip to content

Commit 10b5107

Browse files
stuartmorgan-gadsonpleal
authored andcommitted
[url_launcher] Bump app-facing version for NNBD stable (flutter#3603)
1 parent 735974c commit 10b5107

File tree

3 files changed

+19
-45
lines changed

3 files changed

+19
-45
lines changed

packages/url_launcher/url_launcher/CHANGELOG.md

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,9 @@
1-
## 6.0.0-nullsafety.7
2-
3-
* Re-endorse `url_launcher_web` in the `nullsafety` prerelease.
4-
5-
## 6.0.0-nullsafety.6
6-
7-
* Correct statement in description about which platforms url_launcher supports.
8-
9-
## 6.0.0-nullsafety.5
10-
11-
* Document that the web plugin is not endorsed in the `nullsafety` prerelease for now.
12-
13-
## 6.0.0-nullsafety.4
14-
15-
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
16-
17-
## 6.0.0-nullsafety.3
18-
19-
* forceSafariVC should be nullable.
20-
21-
## 6.0.0-nullsafety.2
22-
23-
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
24-
25-
## 6.0.0-nullsafety.1
26-
27-
* Bump Dart SDK to support null safety.
28-
29-
## 6.0.0-nullsafety
1+
## 6.0.0
302

313
* Migrate to null safety.
32-
* **Breaking change**: web plugins aren't endorsed in null-safe plugins yet.
4+
* Fix outdated links across a number of markdown files ([#3276](https://github.com/flutter/plugins/pull/3276))
5+
* Update the example app: remove the deprecated `RaisedButton` and `FlatButton` widgets.
6+
* Correct statement in description about which platforms url_launcher supports.
337

348
## 5.7.13
359

packages/url_launcher/url_launcher/example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ dev_dependencies:
1717
path: ../../../integration_test
1818
flutter_driver:
1919
sdk: flutter
20-
pedantic: ^1.10.0-nullsafety.1
21-
mockito: ^4.1.1
22-
plugin_platform_interface: ^1.1.0-nullsafety.1
20+
pedantic: ^1.10.0
21+
mockito: ^5.0.0-nullsafety.7
22+
plugin_platform_interface: ">=1.0.0 <3.0.0"
2323

2424
flutter:
2525
uses-material-design: true
2626

2727
environment:
28-
sdk: ">=2.12.0-0 <3.0.0"
28+
sdk: ">=2.12.0-259.9.beta <3.0.0"
2929
flutter: ">=1.12.13+hotfix.5"

packages/url_launcher/url_launcher/pubspec.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: url_launcher
22
description: Flutter plugin for launching a URL. 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.7
5+
version: 6.0.0
66

77
flutter:
88
plugin:
@@ -24,25 +24,25 @@ flutter:
2424
dependencies:
2525
flutter:
2626
sdk: flutter
27-
url_launcher_platform_interface: ^2.0.0-nullsafety
27+
url_launcher_platform_interface: ^2.0.0
2828
# The design on https://flutter.dev/go/federated-plugins was to leave
2929
# this constraint as "any". We cannot do it right now as it fails pub publish
3030
# validation, so we set a ^ constraint.
3131
# TODO(amirh): Revisit this (either update this part in the design or the pub tool).
3232
# https://github.com/flutter/flutter/issues/46264
33-
url_launcher_linux: ^0.1.0-nullsafety
34-
url_launcher_macos: ^0.1.0-nullsafety
35-
url_launcher_windows: ^0.1.0-nullsafety
36-
url_launcher_web: ^2.0.0-nullsafety
33+
url_launcher_linux: ^2.0.0
34+
url_launcher_macos: ^2.0.0
35+
url_launcher_windows: ^2.0.0
36+
url_launcher_web: ^2.0.0
3737

3838
dev_dependencies:
3939
flutter_test:
4040
sdk: flutter
41-
test: ^1.10.0-nullsafety.1
42-
mockito: ^4.1.1
43-
plugin_platform_interface: ^1.1.0-nullsafety.1
44-
pedantic: ^1.10.0-nullsafety.1
41+
test: ^1.16.3
42+
mockito: ^5.0.0-nullsafety.7
43+
plugin_platform_interface: ">=1.0.0 <3.0.0"
44+
pedantic: ^1.10.0
4545

4646
environment:
47-
sdk: ">=2.12.0-0 <3.0.0"
47+
sdk: ">=2.12.0-259.9.beta <3.0.0"
4848
flutter: ">=1.12.13+hotfix.5"

0 commit comments

Comments
 (0)