Skip to content

Commit db44a9b

Browse files
committed
deps: Add url_launcher
1 parent fde5205 commit db44a9b

File tree

5 files changed

+47
-0
lines changed

5 files changed

+47
-0
lines changed

ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ PODS:
6666
- sqlite3/perf-threadsafe
6767
- sqlite3/rtree
6868
- SwiftyGif (5.4.4)
69+
- url_launcher_ios (0.0.1):
70+
- Flutter
6971

7072
DEPENDENCIES:
7173
- app_settings (from `.symlinks/plugins/app_settings/ios`)
@@ -77,6 +79,7 @@ DEPENDENCIES:
7779
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
7880
- share_plus (from `.symlinks/plugins/share_plus/ios`)
7981
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`)
82+
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
8083

8184
SPEC REPOS:
8285
trunk:
@@ -105,6 +108,8 @@ EXTERNAL SOURCES:
105108
:path: ".symlinks/plugins/share_plus/ios"
106109
sqlite3_flutter_libs:
107110
:path: ".symlinks/plugins/sqlite3_flutter_libs/ios"
111+
url_launcher_ios:
112+
:path: ".symlinks/plugins/url_launcher_ios/ios"
108113

109114
SPEC CHECKSUMS:
110115
app_settings: d103828c9f5d515c4df9ee754dabd443f7cedcf3
@@ -121,6 +126,7 @@ SPEC CHECKSUMS:
121126
sqlite3: fd89671d969f3e73efe503ce203e28b016b58f68
122127
sqlite3_flutter_libs: 04ba0d14a04335a2fbf9a331e8664f401fbccdd5
123128
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
129+
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4
124130

125131
PODFILE CHECKSUM: 985e5b058f26709dc81f9ae74ea2b2775bdbcefe
126132

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import package_info_plus
1111
import path_provider_foundation
1212
import share_plus
1313
import sqlite3_flutter_libs
14+
import url_launcher_macos
1415

1516
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1617
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
@@ -19,4 +20,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1920
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2021
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
2122
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
23+
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2224
}

macos/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ PODS:
2626
- sqlite3/fts5
2727
- sqlite3/perf-threadsafe
2828
- sqlite3/rtree
29+
- url_launcher_macos (0.0.1):
30+
- FlutterMacOS
2931

3032
DEPENDENCIES:
3133
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
@@ -35,6 +37,7 @@ DEPENDENCIES:
3537
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
3638
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
3739
- sqlite3_flutter_libs (from `Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos`)
40+
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
3841

3942
SPEC REPOS:
4043
trunk:
@@ -55,6 +58,8 @@ EXTERNAL SOURCES:
5558
:path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos
5659
sqlite3_flutter_libs:
5760
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos
61+
url_launcher_macos:
62+
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
5863

5964
SPEC CHECKSUMS:
6065
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
@@ -65,6 +70,7 @@ SPEC CHECKSUMS:
6570
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
6671
sqlite3: fd89671d969f3e73efe503ce203e28b016b58f68
6772
sqlite3_flutter_libs: 00a50503d69f7ab0fe85a5ff25b33082f4df4ce9
73+
url_launcher_macos: 5335912b679c073563f29d89d33d10d459f95451
6874

6975
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
7076

pubspec.lock

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,30 @@ packages:
925925
url: "https://pub.dev"
926926
source: hosted
927927
version: "1.3.2"
928+
url_launcher:
929+
dependency: "direct main"
930+
description:
931+
name: url_launcher
932+
sha256: eb1e00ab44303d50dd487aab67ebc575456c146c6af44422f9c13889984c00f3
933+
url: "https://pub.dev"
934+
source: hosted
935+
version: "6.1.11"
936+
url_launcher_android:
937+
dependency: transitive
938+
description:
939+
name: url_launcher_android
940+
sha256: eed4e6a1164aa9794409325c3b707ff424d4d1c2a785e7db67f8bbda00e36e51
941+
url: "https://pub.dev"
942+
source: hosted
943+
version: "6.0.35"
944+
url_launcher_ios:
945+
dependency: transitive
946+
description:
947+
name: url_launcher_ios
948+
sha256: "9af7ea73259886b92199f9e42c116072f05ff9bea2dcb339ab935dfc957392c2"
949+
url: "https://pub.dev"
950+
source: hosted
951+
version: "6.1.4"
928952
url_launcher_linux:
929953
dependency: transitive
930954
description:
@@ -933,6 +957,14 @@ packages:
933957
url: "https://pub.dev"
934958
source: hosted
935959
version: "3.0.5"
960+
url_launcher_macos:
961+
dependency: transitive
962+
description:
963+
name: url_launcher_macos
964+
sha256: "91ee3e75ea9dadf38036200c5d3743518f4a5eb77a8d13fda1ee5764373f185e"
965+
url: "https://pub.dev"
966+
source: hosted
967+
version: "3.0.5"
936968
url_launcher_platform_interface:
937969
dependency: transitive
938970
description:

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dependencies:
5656
image_picker: ^0.8.7+3
5757
package_info_plus: ^4.0.1
5858
collection: ^1.17.2
59+
url_launcher: ^6.1.11
5960

6061
dev_dependencies:
6162
flutter_test:

0 commit comments

Comments
 (0)