-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[url_launcher_web] Add tel URL support #2847
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[x] I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
[x] I updated CHANGELOG.md to add a description of the change.
No you didn't 😜
You need to bump the version on the pubspec.yaml of url_launcher_web
, and update its CHANGELOG.md
.
An appropriate version for this change would be: 0.1.2
, IMO.
packages/url_launcher/url_launcher_web/lib/url_launcher_web.dart
Outdated
Show resolved
Hide resolved
packages/url_launcher/url_launcher_web/lib/url_launcher_web.dart
Outdated
Show resolved
Hide resolved
Adds tests for "tel" and sms
Thanks for adding the "sms" protocol! The only missing thing is to run |
oh my! forgot about that, sorry! Done :D |
This looks great, let's merge and publish it! Thanks for the contribution @Vanethos!! |
Many many thanks for the patience and time @ditman ! It was really fun :D |
This change has passed the post-submit checks and has been published as |
Description
Adds the ability to open
tel
URLS in webRelated Issues
tel
flutter#60293Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?