Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 7bd75ff

Browse files
committed
Update dependencies
1 parent 8cc734e commit 7bd75ff

File tree

8 files changed

+114
-109
lines changed

8 files changed

+114
-109
lines changed

.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: 18a827f3933c19f51862dde3fa472197683249d6
7+
revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
88
channel: stable
99

1010
project_type: package

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.2.0
2+
3+
- Update dependencies. Requires Dart >= 2.18.0.
4+
15
## 3.1.0
26

37
- Update to Flutter 3.3.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![build](https://github.com/flyerhq/flutter_link_previewer/workflows/build/badge.svg)](https://github.com/flyerhq/flutter_link_previewer/actions?query=workflow%3Abuild)
55
[![CodeFactor](https://www.codefactor.io/repository/github/flyerhq/flutter_link_previewer/badge)](https://www.codefactor.io/repository/github/flyerhq/flutter_link_previewer)
66

7-
Customizable link and URL preview extracted from the provided text with the ability to render from the cache.
7+
Customizable link and URL preview extracted from the provided text with the ability to render from the cache. Ideal for chat applications.
88

99
<br>
1010

example/.metadata

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled.
55

66
version:
7-
revision: 18a827f3933c19f51862dde3fa472197683249d6
7+
revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
88
channel: stable
99

1010
project_type: app
@@ -13,26 +13,26 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: 18a827f3933c19f51862dde3fa472197683249d6
17-
base_revision: 18a827f3933c19f51862dde3fa472197683249d6
16+
create_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
17+
base_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
1818
- platform: android
19-
create_revision: 18a827f3933c19f51862dde3fa472197683249d6
20-
base_revision: 18a827f3933c19f51862dde3fa472197683249d6
19+
create_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
20+
base_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
2121
- platform: ios
22-
create_revision: 18a827f3933c19f51862dde3fa472197683249d6
23-
base_revision: 18a827f3933c19f51862dde3fa472197683249d6
22+
create_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
23+
base_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
2424
- platform: linux
25-
create_revision: 18a827f3933c19f51862dde3fa472197683249d6
26-
base_revision: 18a827f3933c19f51862dde3fa472197683249d6
25+
create_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
26+
base_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
2727
- platform: macos
28-
create_revision: 18a827f3933c19f51862dde3fa472197683249d6
29-
base_revision: 18a827f3933c19f51862dde3fa472197683249d6
28+
create_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
29+
base_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
3030
- platform: web
31-
create_revision: 18a827f3933c19f51862dde3fa472197683249d6
32-
base_revision: 18a827f3933c19f51862dde3fa472197683249d6
31+
create_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
32+
base_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
3333
- platform: windows
34-
create_revision: 18a827f3933c19f51862dde3fa472197683249d6
35-
base_revision: 18a827f3933c19f51862dde3fa472197683249d6
34+
create_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
35+
base_revision: 6928314d505d2bb4777be05e45d7808a5aa91d2a
3636

3737
# User provided section
3838

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
06F1D9907FEC76A49E1467F5 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97BC7F7F1E88EB243AD35986 /* Pods_Runner.framework */; };
1011
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1112
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1213
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1314
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1415
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1516
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
16-
C0767E0EE85E5D6CA5706893 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C9A0AE070A0E4E5B13ED342 /* Pods_Runner.framework */; };
1717
/* End PBXBuildFile section */
1818

1919
/* Begin PBXCopyFilesBuildPhase section */
@@ -33,34 +33,53 @@
3333
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
3434
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
3535
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
36-
415E6C033F58671323055BBF /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
3736
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
3837
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3938
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
40-
7C9A0AE070A0E4E5B13ED342 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
41-
7D9A4AED6FAE428DCEE0C694 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
4239
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
4340
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
41+
97BC7F7F1E88EB243AD35986 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4442
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
4543
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
4644
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4745
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4846
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
49-
D0D958E8FA4CCA05FF747F3A /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
47+
DC1CB1C1ECBE65D0ABAC86D2 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
48+
F25EF793055B01D4D31CDF45 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
49+
FB92808D006EBECFF85D282E /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
5050
/* End PBXFileReference section */
5151

5252
/* Begin PBXFrameworksBuildPhase section */
5353
97C146EB1CF9000F007C117D /* Frameworks */ = {
5454
isa = PBXFrameworksBuildPhase;
5555
buildActionMask = 2147483647;
5656
files = (
57-
C0767E0EE85E5D6CA5706893 /* Pods_Runner.framework in Frameworks */,
57+
06F1D9907FEC76A49E1467F5 /* Pods_Runner.framework in Frameworks */,
5858
);
5959
runOnlyForDeploymentPostprocessing = 0;
6060
};
6161
/* End PBXFrameworksBuildPhase section */
6262

6363
/* Begin PBXGroup section */
64+
42E78C765777B045A693648E /* Frameworks */ = {
65+
isa = PBXGroup;
66+
children = (
67+
97BC7F7F1E88EB243AD35986 /* Pods_Runner.framework */,
68+
);
69+
name = Frameworks;
70+
sourceTree = "<group>";
71+
};
72+
5FF9D19915354783E2436658 /* Pods */ = {
73+
isa = PBXGroup;
74+
children = (
75+
DC1CB1C1ECBE65D0ABAC86D2 /* Pods-Runner.debug.xcconfig */,
76+
FB92808D006EBECFF85D282E /* Pods-Runner.release.xcconfig */,
77+
F25EF793055B01D4D31CDF45 /* Pods-Runner.profile.xcconfig */,
78+
);
79+
name = Pods;
80+
path = Pods;
81+
sourceTree = "<group>";
82+
};
6483
9740EEB11CF90186004384FC /* Flutter */ = {
6584
isa = PBXGroup;
6685
children = (
@@ -78,8 +97,8 @@
7897
9740EEB11CF90186004384FC /* Flutter */,
7998
97C146F01CF9000F007C117D /* Runner */,
8099
97C146EF1CF9000F007C117D /* Products */,
81-
F74C0DF74CDBC3C27154EE90 /* Pods */,
82-
F72DDF77D950608FA9A1110A /* Frameworks */,
100+
5FF9D19915354783E2436658 /* Pods */,
101+
42E78C765777B045A693648E /* Frameworks */,
83102
);
84103
sourceTree = "<group>";
85104
};
@@ -106,40 +125,21 @@
106125
path = Runner;
107126
sourceTree = "<group>";
108127
};
109-
F72DDF77D950608FA9A1110A /* Frameworks */ = {
110-
isa = PBXGroup;
111-
children = (
112-
7C9A0AE070A0E4E5B13ED342 /* Pods_Runner.framework */,
113-
);
114-
name = Frameworks;
115-
sourceTree = "<group>";
116-
};
117-
F74C0DF74CDBC3C27154EE90 /* Pods */ = {
118-
isa = PBXGroup;
119-
children = (
120-
415E6C033F58671323055BBF /* Pods-Runner.debug.xcconfig */,
121-
D0D958E8FA4CCA05FF747F3A /* Pods-Runner.release.xcconfig */,
122-
7D9A4AED6FAE428DCEE0C694 /* Pods-Runner.profile.xcconfig */,
123-
);
124-
name = Pods;
125-
path = Pods;
126-
sourceTree = "<group>";
127-
};
128128
/* End PBXGroup section */
129129

130130
/* Begin PBXNativeTarget section */
131131
97C146ED1CF9000F007C117D /* Runner */ = {
132132
isa = PBXNativeTarget;
133133
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
134134
buildPhases = (
135-
9B6FC64253C48A8052294AA4 /* [CP] Check Pods Manifest.lock */,
135+
F99AB309B07205E8F58B2F5F /* [CP] Check Pods Manifest.lock */,
136136
9740EEB61CF901F6004384FC /* Run Script */,
137137
97C146EA1CF9000F007C117D /* Sources */,
138138
97C146EB1CF9000F007C117D /* Frameworks */,
139139
97C146EC1CF9000F007C117D /* Resources */,
140140
9705A1C41CF9048500538489 /* Embed Frameworks */,
141141
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
142-
DBEEAF9492C043978ABF7CE0 /* [CP] Embed Pods Frameworks */,
142+
404A071643F76FE731C061EB /* [CP] Embed Pods Frameworks */,
143143
);
144144
buildRules = (
145145
);
@@ -212,6 +212,23 @@
212212
shellPath = /bin/sh;
213213
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
214214
};
215+
404A071643F76FE731C061EB /* [CP] Embed Pods Frameworks */ = {
216+
isa = PBXShellScriptBuildPhase;
217+
buildActionMask = 2147483647;
218+
files = (
219+
);
220+
inputFileListPaths = (
221+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
222+
);
223+
name = "[CP] Embed Pods Frameworks";
224+
outputFileListPaths = (
225+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
226+
);
227+
runOnlyForDeploymentPostprocessing = 0;
228+
shellPath = /bin/sh;
229+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
230+
showEnvVarsInLog = 0;
231+
};
215232
9740EEB61CF901F6004384FC /* Run Script */ = {
216233
isa = PBXShellScriptBuildPhase;
217234
buildActionMask = 2147483647;
@@ -226,7 +243,7 @@
226243
shellPath = /bin/sh;
227244
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
228245
};
229-
9B6FC64253C48A8052294AA4 /* [CP] Check Pods Manifest.lock */ = {
246+
F99AB309B07205E8F58B2F5F /* [CP] Check Pods Manifest.lock */ = {
230247
isa = PBXShellScriptBuildPhase;
231248
buildActionMask = 2147483647;
232249
files = (
@@ -248,23 +265,6 @@
248265
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
249266
showEnvVarsInLog = 0;
250267
};
251-
DBEEAF9492C043978ABF7CE0 /* [CP] Embed Pods Frameworks */ = {
252-
isa = PBXShellScriptBuildPhase;
253-
buildActionMask = 2147483647;
254-
files = (
255-
);
256-
inputFileListPaths = (
257-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
258-
);
259-
name = "[CP] Embed Pods Frameworks";
260-
outputFileListPaths = (
261-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
262-
);
263-
runOnlyForDeploymentPostprocessing = 0;
264-
shellPath = /bin/sh;
265-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
266-
showEnvVarsInLog = 0;
267-
};
268268
/* End PBXShellScriptBuildPhase section */
269269

270270
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)