Skip to content

Commit

Permalink
fix(links): use platform default method to laucnh URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
JagandeepBrar committed Mar 20, 2023
1 parent fa01702 commit 596eab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ SPEC CHECKSUMS:
FirebaseCore: 988754646ab3bd4bdcb740f1bfe26b9f6c0d5f2a
FirebaseCoreExtension: d209ada6f48bac53d149e996cf1b2dafa632a615
FirebaseCoreInternal: e301297f4c15a17489e48ed722d733b1578e0c02
FirebaseFirestore: ef5e47e1489c03dc978f94e8b43ad5f67a77df8c
FirebaseFirestore: f16ed5e8e5b024eff4928bc33605df9526bda650
FirebaseInstallations: 36b38c733fd37e50857e5e8d74138648f466f18c
FirebaseMessaging: e345b219fd15d325f0cf2fef28cb8ce00d851b3f
FirebaseStorage: 0efbff0ac978981866d89804191688ae50d64033
Expand All @@ -306,4 +306,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 9b967f5488f45111c5d6bfeec6dafc71a56d0e01

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0
2 changes: 1 addition & 1 deletion lib/extensions/string/links.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extension StringAsLinksExtension on String {
return await launchUrlString(
uri,
webOnlyWindowName: '_blank',
mode: LaunchMode.externalApplication,
mode: LaunchMode.externalNonBrowserApplication,
);
}

Expand Down

0 comments on commit 596eab4

Please sign in to comment.