Skip to content

Commit

Permalink
[url_launcher] Update url_launcher to 6.3.1.
Browse files Browse the repository at this point in the history
* Update minimum Flutter and Dart version to 3.19 and 3.3.
* Update url_launcher to 6.3.1.
* Update url_launcher_platform_interface to 2.3.2.
  • Loading branch information
JSUYA committed Jan 21, 2025
1 parent 8604c4f commit d78c4f3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions packages/url_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT
## 2.1.3

* Update minimum Flutter and Dart version to 3.13 and 3.1.
* Update minimum Flutter and Dart version to 3.19 and 3.3.
* Remove `file` scheme from supportedSchemes.
* Update the example app.
* Update url_launcher to 6.3.1.
* Update url_launcher_platform_interface to 2.3.2.

## 2.1.2

Expand Down
4 changes: 2 additions & 2 deletions packages/url_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This package is not an _endorsed_ implementation of `url_launcher`. Therefore, y

```yaml
dependencies:
url_launcher: ^6.1.0
url_launcher_tizen: ^2.1.2
url_launcher: ^6.3.1
url_launcher_tizen: ^2.1.3
```
Then you can import `url_launcher` in your Dart code:
Expand Down
6 changes: 3 additions & 3 deletions packages/url_launcher/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ description: Demonstrates how to use the url_launcher_tizen plugin.
publish_to: "none"

environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"

dependencies:
flutter:
sdk: flutter
url_launcher: ^6.1.0
url_launcher: ^6.3.1
url_launcher_tizen:
path: ../

Expand Down
6 changes: 3 additions & 3 deletions packages/url_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/flutter-tizen/plugins/tree/master/packages/url_la
version: 2.1.2

environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"

flutter:
plugin:
Expand All @@ -18,4 +18,4 @@ dependencies:
flutter:
sdk: flutter
tizen_app_control: ^0.2.2
url_launcher_platform_interface: ^2.0.5
url_launcher_platform_interface: ^2.3.2

0 comments on commit d78c4f3

Please sign in to comment.