Skip to content

Commit

Permalink
[url_launcher]: Fix a grammar error in the comments of launchUrl meth…
Browse files Browse the repository at this point in the history
…od (#5919)

I found a grammer error in the comments of `launchUrl()` method. This PR fixes the error.
  • Loading branch information
dshukertjr authored Jan 22, 2024
1 parent a94ed29 commit 5be1553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/url_launcher/url_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## NEXT
## 6.2.4

* Updates support matrix in README to indicate that iOS 11 is no longer supported.
* Clients on versions of Flutter that still support iOS 11 can continue to use this
package with iOS 11, but will not receive any further updates to the iOS implementation.
* Fixes a grammar error in the comments of `launchUrl` method.

## 6.2.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import 'type_conversion.dart';
/// [package:url_launcher_web](https://pub.dev/packages/url_launcher_web#limitations-on-the-web-platform)
/// for more details.
///
/// Returns true if the URL was launched successful, otherwise either returns
/// Returns true if the URL was launched successfully, otherwise either returns
/// false or throws a [PlatformException] depending on the failure.
Future<bool> launchUrl(
Uri url, {
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for launching a URL. Supports
web, phone, SMS, and email schemes.
repository: https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
version: 6.2.3
version: 6.2.4

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down

0 comments on commit 5be1553

Please sign in to comment.