Skip to content

Commit a8ec0ee

Browse files
committed
fix 修复趋势没有fork数据问题
1 parent fce510f commit a8ec0ee

File tree

4 files changed

+128
-116
lines changed

4 files changed

+128
-116
lines changed

ios/Podfile.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
PODS:
2+
- android_intent (0.0.1):
3+
- Flutter
24
- connectivity (0.0.1):
35
- Flutter
46
- Reachability
@@ -32,6 +34,7 @@ PODS:
3234
- Flutter
3335

3436
DEPENDENCIES:
37+
- android_intent (from `.symlinks/plugins/android_intent/ios`)
3538
- connectivity (from `.symlinks/plugins/connectivity/ios`)
3639
- device_info (from `.symlinks/plugins/device_info/ios`)
3740
- Flutter (from `.symlinks/flutter/ios`)
@@ -52,6 +55,8 @@ SPEC REPOS:
5255
- Reachability
5356

5457
EXTERNAL SOURCES:
58+
android_intent:
59+
:path: ".symlinks/plugins/android_intent/ios"
5560
connectivity:
5661
:path: ".symlinks/plugins/connectivity/ios"
5762
device_info:
@@ -80,22 +85,23 @@ EXTERNAL SOURCES:
8085
:path: ".symlinks/plugins/url_launcher/ios"
8186

8287
SPEC CHECKSUMS:
83-
connectivity: d5992e3758d68b1c4b12d6e012fe0813f1aa1645
84-
device_info: 76ce0b32e13034d1883be4a382433648f9dcee63
85-
Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296
86-
flutter_statusbar: a563eb9416256f17660646aceb2314b113127da9
87-
flutter_webview_plugin: 116575b48572029304775b768e9f15ebfc316274
88-
fluttertoast: 0a20dcbbb8ecfd1a61b6285651ff2d5989d033fb
88+
android_intent: 73316069cd1f6aac919df1c6e640cad190fd5e8b
89+
connectivity: c72716e202a1225ec4810740d5cb56b8ae3bf4cc
90+
device_info: 3ebad48f726348f69abd802f3334a8d1ed795fbd
91+
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
92+
flutter_statusbar: aa4982b847304a72c5ac8439a9f37861b662c6bb
93+
flutter_webview_plugin: ed9e8a6a96baf0c867e90e1bce2673913eeac694
94+
fluttertoast: b644586ef3b16f67fae9a1f8754cef6b2d6b634b
8995
FMDB: 6198a90e7b6900cfc046e6bc0ef6ebb7be9236aa
90-
package_info: d7c98b64f60add4c2908b9d94d82a45d3c8827ad
91-
path_provider: 09407919825bfe3c2deae39453b7a5b44f467873
92-
permission_handler: 03dcf3ade9d5f398b8854b366cb9de718d3daa76
96+
package_info: 78cabb3c322943c55d39676f4a5bfc748c01d055
97+
path_provider: f96fff6166a8867510d2c25fdcc346327cc4b259
98+
permission_handler: 047f11d44db785922214783da5f7a3cc8874c843
9399
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
94-
share: 222b5dcc8031238af9d7de91149df65bad1aef75
95-
shared_preferences: 5a1d487c427ee18fcd3ea1f2a131569481834b53
96-
sqflite: d1612813fa7db7c667bed9f1d1b508deffc56999
97-
url_launcher: 92b89c1029a0373879933c21642958c874539095
100+
share: 7d22fe8baedfe93aefd864bf0b73f29711fbb0a3
101+
shared_preferences: 1feebfa37bb57264736e16865e7ffae7fc99b523
102+
sqflite: ff1d9da63c06588cc8d1faf7256d741f16989d5a
103+
url_launcher: 0067ddb8f10d36786672aa0722a21717dba3a298
98104

99105
PODFILE CHECKSUM: 7765ea4305eaab0b3dfd384c7de11902aa3195fd
100106

101-
COCOAPODS: 1.5.3
107+
COCOAPODS: 1.6.1

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@
155155
4B54C1A921B133F0004BEA07 /* FlutterWebView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FlutterWebView.m; sourceTree = "<group>"; };
156156
4B54C1AB21B13414004BEA07 /* WebViewFlutterPlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WebViewFlutterPlugin.h; sourceTree = "<group>"; };
157157
4B54C1AC21B13434004BEA07 /* WebViewFlutterPlugin.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WebViewFlutterPlugin.m; sourceTree = "<group>"; };
158+
4F13ED567330568565999636 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
159+
593F42BD9F603A49DC922B8C /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
158160
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
159161
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
160162
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
@@ -209,6 +211,8 @@
209211
isa = PBXGroup;
210212
children = (
211213
4B51210C211F395A00E0C9B3 /* Pods.xcodeproj */,
214+
4F13ED567330568565999636 /* Pods-Runner.debug.xcconfig */,
215+
593F42BD9F603A49DC922B8C /* Pods-Runner.release.xcconfig */,
212216
);
213217
name = Pods;
214218
sourceTree = "<group>";
@@ -477,10 +481,11 @@
477481
files = (
478482
);
479483
inputPaths = (
480-
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
484+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
481485
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
482486
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
483487
"${BUILT_PRODUCTS_DIR}/Reachability/Reachability.framework",
488+
"${BUILT_PRODUCTS_DIR}/android_intent/android_intent.framework",
484489
"${BUILT_PRODUCTS_DIR}/connectivity/connectivity.framework",
485490
"${BUILT_PRODUCTS_DIR}/device_info/device_info.framework",
486491
"${BUILT_PRODUCTS_DIR}/flutter_statusbar/flutter_statusbar.framework",
@@ -499,6 +504,7 @@
499504
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
500505
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
501506
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reachability.framework",
507+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/android_intent.framework",
502508
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/connectivity.framework",
503509
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/device_info.framework",
504510
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_statusbar.framework",
@@ -514,7 +520,7 @@
514520
);
515521
runOnlyForDeploymentPostprocessing = 0;
516522
shellPath = /bin/sh;
517-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
523+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
518524
showEnvVarsInLog = 0;
519525
};
520526
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {

lib/common/net/trending/github_trending.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class GitHubTrending {
2525
const TAGS = {
2626
"meta": {"start": '<span class="d-inline-block float-sm-right">', "end": '</span>'},
2727
"starCount": {"start": '<a class="muted-link d-inline-block mr-3"', "flag": '/stargazers">', "end": '</a>'},
28-
"forkCount": {"start": '<a class="muted-link d-inline-block mr-3"', "flag": '/network">', "end": '</a>'}
28+
"forkCount": {"start": '<a class="muted-link d-inline-block mr-3"', "flag": '/network', "end": '</a>'}
2929
};
3030

3131
class TrendingUtil {

0 commit comments

Comments
 (0)