File tree 5 files changed +47
-0
lines changed
5 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 66
66
- sqlite3/perf-threadsafe
67
67
- sqlite3/rtree
68
68
- SwiftyGif (5.4.4)
69
+ - url_launcher_ios (0.0.1):
70
+ - Flutter
69
71
70
72
DEPENDENCIES:
71
73
- app_settings (from `.symlinks/plugins/app_settings/ios`)
@@ -77,6 +79,7 @@ DEPENDENCIES:
77
79
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
78
80
- share_plus (from `.symlinks/plugins/share_plus/ios`)
79
81
- sqlite3_flutter_libs (from `.symlinks/plugins/sqlite3_flutter_libs/ios`)
82
+ - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
80
83
81
84
SPEC REPOS:
82
85
trunk:
@@ -105,6 +108,8 @@ EXTERNAL SOURCES:
105
108
:path: ".symlinks/plugins/share_plus/ios"
106
109
sqlite3_flutter_libs:
107
110
:path: ".symlinks/plugins/sqlite3_flutter_libs/ios"
111
+ url_launcher_ios:
112
+ :path: ".symlinks/plugins/url_launcher_ios/ios"
108
113
109
114
SPEC CHECKSUMS:
110
115
app_settings: d103828c9f5d515c4df9ee754dabd443f7cedcf3
@@ -121,6 +126,7 @@ SPEC CHECKSUMS:
121
126
sqlite3: fd89671d969f3e73efe503ce203e28b016b58f68
122
127
sqlite3_flutter_libs: 04ba0d14a04335a2fbf9a331e8664f401fbccdd5
123
128
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
129
+ url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4
124
130
125
131
PODFILE CHECKSUM: 985e5b058f26709dc81f9ae74ea2b2775bdbcefe
126
132
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import package_info_plus
11
11
import path_provider_foundation
12
12
import share_plus
13
13
import sqlite3_flutter_libs
14
+ import url_launcher_macos
14
15
15
16
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
16
17
DeviceInfoPlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " DeviceInfoPlusMacosPlugin " ) )
@@ -19,4 +20,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
19
20
PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
20
21
SharePlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " SharePlusMacosPlugin " ) )
21
22
Sqlite3FlutterLibsPlugin . register ( with: registry. registrar ( forPlugin: " Sqlite3FlutterLibsPlugin " ) )
23
+ UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
22
24
}
Original file line number Diff line number Diff line change 26
26
- sqlite3/fts5
27
27
- sqlite3/perf-threadsafe
28
28
- sqlite3/rtree
29
+ - url_launcher_macos (0.0.1):
30
+ - FlutterMacOS
29
31
30
32
DEPENDENCIES:
31
33
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
@@ -35,6 +37,7 @@ DEPENDENCIES:
35
37
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
36
38
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
37
39
- 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`)
38
41
39
42
SPEC REPOS:
40
43
trunk:
@@ -55,6 +58,8 @@ EXTERNAL SOURCES:
55
58
:path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos
56
59
sqlite3_flutter_libs:
57
60
:path: Flutter/ephemeral/.symlinks/plugins/sqlite3_flutter_libs/macos
61
+ url_launcher_macos:
62
+ :path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
58
63
59
64
SPEC CHECKSUMS:
60
65
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
@@ -65,6 +70,7 @@ SPEC CHECKSUMS:
65
70
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
66
71
sqlite3: fd89671d969f3e73efe503ce203e28b016b58f68
67
72
sqlite3_flutter_libs: 00a50503d69f7ab0fe85a5ff25b33082f4df4ce9
73
+ url_launcher_macos: 5335912b679c073563f29d89d33d10d459f95451
68
74
69
75
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
70
76
Original file line number Diff line number Diff line change @@ -925,6 +925,30 @@ packages:
925
925
url: "https://pub.dev"
926
926
source: hosted
927
927
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"
928
952
url_launcher_linux:
929
953
dependency: transitive
930
954
description:
@@ -933,6 +957,14 @@ packages:
933
957
url: "https://pub.dev"
934
958
source: hosted
935
959
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"
936
968
url_launcher_platform_interface:
937
969
dependency: transitive
938
970
description:
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ dependencies:
56
56
image_picker : ^0.8.7+3
57
57
package_info_plus : ^4.0.1
58
58
collection : ^1.17.2
59
+ url_launcher : ^6.1.11
59
60
60
61
dev_dependencies :
61
62
flutter_test :
You can’t perform that action at this time.
0 commit comments