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

Commit a9ab05d

Browse files
committed
rebase and update
1 parent f013b64 commit a9ab05d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/url_launcher/url_launcher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.0-nullsafety.4
2+
3+
* Update README.
4+
15
## 6.0.0-nullsafety.3
26

37
* forceSafariVC should be nullable.

packages/url_launcher/url_launcher/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ To use this plugin, add `url_launcher` as a [dependency in your pubspec.yaml fil
1212

1313
### iOS
1414

15-
When targeting iOS 9.0+, new default from Flutter 1.22+.
1615
Add the following keys to your _Info.plist_ file, located in `<project root>/ios/Runner/Info.plist`:
1716

1817
```

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.3
5+
version: 6.0.0-nullsafety.4
66

77
flutter:
88
plugin:

0 commit comments

Comments
 (0)