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

Commit 208c3ce

Browse files
authored
Merge pull request #2 from lowapple/develop
v0.1.4
2 parents 0b1143d + d40c470 commit 208c3ce

15 files changed

Lines changed: 269 additions & 66 deletions

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ cmake-build-debug/
55
!cmakeLibs/CMakeLists.txt
66
!cmakeLibs/some_other_file.txt
77

8-
# Except for libopencv_java4.so
9-
cmakeLibs/**/libopencv_java4.so
8+
ios/Classes/
109

1110
# Miscellaneous
1211
*.class

.pubignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/tests/*
2+
/codecov.yaml

android/src/main/jniLibs/x86/libopencv_java4.so

Lines changed: 0 additions & 3 deletions
This file was deleted.

example/ios/Podfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ PODS:
55
- flutter_pixelmatching (0.0.1):
66
- Flutter
77
- OpenCV (= 4.3.0)
8+
- flutter_zxing (0.0.1):
9+
- Flutter
810
- image_picker_ios (0.0.1):
911
- Flutter
1012
- OpenCV (4.3.0)
@@ -15,6 +17,7 @@ DEPENDENCIES:
1517
- camera_avfoundation (from `.symlinks/plugins/camera_avfoundation/ios`)
1618
- Flutter (from `Flutter`)
1719
- flutter_pixelmatching (from `.symlinks/plugins/flutter_pixelmatching/ios`)
20+
- flutter_zxing (from `.symlinks/plugins/flutter_zxing/ios`)
1821
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
1922
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
2023

@@ -29,6 +32,8 @@ EXTERNAL SOURCES:
2932
:path: Flutter
3033
flutter_pixelmatching:
3134
:path: ".symlinks/plugins/flutter_pixelmatching/ios"
35+
flutter_zxing:
36+
:path: ".symlinks/plugins/flutter_zxing/ios"
3237
image_picker_ios:
3338
:path: ".symlinks/plugins/image_picker_ios/ios"
3439
permission_handler_apple:
@@ -37,11 +42,12 @@ EXTERNAL SOURCES:
3742
SPEC CHECKSUMS:
3843
camera_avfoundation: 3125e8cd1a4387f6f31c6c63abb8a55892a9eeeb
3944
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
40-
flutter_pixelmatching: 3a2e4f77654adbd9849a52f29dc4fe634fc87cbe
45+
flutter_pixelmatching: d5a1bc418c95dc72787d677ef9b47d1a1c033e08
46+
flutter_zxing: 19a866d17c8a87ee1026d68521c69d2f008635f6
4147
image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5
4248
OpenCV: 681e0451c1e54c5930a8922277f817ed5d5ab459
4349
permission_handler_apple: 44366e37eaf29454a1e7b1b7d736c2cceaeb17ce
4450

4551
PODFILE CHECKSUM: 6bb3788196c2922e65e91da1626903e72ec4a23f
4652

47-
COCOAPODS: 1.11.3
53+
COCOAPODS: 1.12.1

example/ios/Runner.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10+
04F9D533043026D47314C6F0 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FFA274435C6BD8E2E7241C27 /* 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 */; };
12-
68054CCEBF26ABDBD8C379C2 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA63446C461FAE949F7B762C /* Pods_Runner.framework */; };
1313
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1414
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1515
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -32,7 +32,9 @@
3232
/* Begin PBXFileReference section */
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>"; };
35+
15A4E355E5BBB1F2C7E6795C /* 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>"; };
3536
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
37+
71C351C6DB4C45F3ADE88E0E /* 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>"; };
3638
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
3739
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3840
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
@@ -43,28 +45,26 @@
4345
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4446
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
4547
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
46-
AA63446C461FAE949F7B762C /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
47-
B3E6BC77647D86C2D2F5B8EB /* 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>"; };
48-
BDF688BB0FA627266D51222B /* 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>"; };
49-
E833A7019735355236602367 /* 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>"; };
48+
B7685D23EEA9D40CC92E8760 /* 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+
FFA274435C6BD8E2E7241C27 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5050
/* End PBXFileReference section */
5151

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

6363
/* Begin PBXGroup section */
64-
594D0257FA68409FC834E3E3 /* Frameworks */ = {
64+
512CEB34AE2FED9A19214A78 /* Frameworks */ = {
6565
isa = PBXGroup;
6666
children = (
67-
AA63446C461FAE949F7B762C /* Pods_Runner.framework */,
67+
FFA274435C6BD8E2E7241C27 /* Pods_Runner.framework */,
6868
);
6969
name = Frameworks;
7070
sourceTree = "<group>";
@@ -87,7 +87,7 @@
8787
97C146F01CF9000F007C117D /* Runner */,
8888
97C146EF1CF9000F007C117D /* Products */,
8989
EAE244DB9C7AEFDC08CBCE19 /* Pods */,
90-
594D0257FA68409FC834E3E3 /* Frameworks */,
90+
512CEB34AE2FED9A19214A78 /* Frameworks */,
9191
);
9292
sourceTree = "<group>";
9393
};
@@ -117,9 +117,9 @@
117117
EAE244DB9C7AEFDC08CBCE19 /* Pods */ = {
118118
isa = PBXGroup;
119119
children = (
120-
BDF688BB0FA627266D51222B /* Pods-Runner.debug.xcconfig */,
121-
B3E6BC77647D86C2D2F5B8EB /* Pods-Runner.release.xcconfig */,
122-
E833A7019735355236602367 /* Pods-Runner.profile.xcconfig */,
120+
15A4E355E5BBB1F2C7E6795C /* Pods-Runner.debug.xcconfig */,
121+
71C351C6DB4C45F3ADE88E0E /* Pods-Runner.release.xcconfig */,
122+
B7685D23EEA9D40CC92E8760 /* Pods-Runner.profile.xcconfig */,
123123
);
124124
path = Pods;
125125
sourceTree = "<group>";
@@ -131,14 +131,14 @@
131131
isa = PBXNativeTarget;
132132
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
133133
buildPhases = (
134-
31D505C8FBEEB394E137AE87 /* [CP] Check Pods Manifest.lock */,
134+
5FFC0EB231FC1C458AFEA74F /* [CP] Check Pods Manifest.lock */,
135135
9740EEB61CF901F6004384FC /* Run Script */,
136136
97C146EA1CF9000F007C117D /* Sources */,
137137
97C146EB1CF9000F007C117D /* Frameworks */,
138138
97C146EC1CF9000F007C117D /* Resources */,
139139
9705A1C41CF9048500538489 /* Embed Frameworks */,
140140
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
141-
D456BC5C87C994A74A51E530 /* [CP] Embed Pods Frameworks */,
141+
E4E0E8E0BCA6ED473DC2D19A /* [CP] Embed Pods Frameworks */,
142142
);
143143
buildRules = (
144144
);
@@ -197,43 +197,43 @@
197197
/* End PBXResourcesBuildPhase section */
198198

199199
/* Begin PBXShellScriptBuildPhase section */
200-
31D505C8FBEEB394E137AE87 /* [CP] Check Pods Manifest.lock */ = {
200+
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
201201
isa = PBXShellScriptBuildPhase;
202+
alwaysOutOfDate = 1;
202203
buildActionMask = 2147483647;
203204
files = (
204205
);
205-
inputFileListPaths = (
206-
);
207206
inputPaths = (
208-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
209-
"${PODS_ROOT}/Manifest.lock",
210-
);
211-
name = "[CP] Check Pods Manifest.lock";
212-
outputFileListPaths = (
207+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
213208
);
209+
name = "Thin Binary";
214210
outputPaths = (
215-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
216211
);
217212
runOnlyForDeploymentPostprocessing = 0;
218213
shellPath = /bin/sh;
219-
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";
220-
showEnvVarsInLog = 0;
214+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin\n";
221215
};
222-
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
216+
5FFC0EB231FC1C458AFEA74F /* [CP] Check Pods Manifest.lock */ = {
223217
isa = PBXShellScriptBuildPhase;
224-
alwaysOutOfDate = 1;
225218
buildActionMask = 2147483647;
226219
files = (
227220
);
221+
inputFileListPaths = (
222+
);
228223
inputPaths = (
229-
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
224+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
225+
"${PODS_ROOT}/Manifest.lock",
226+
);
227+
name = "[CP] Check Pods Manifest.lock";
228+
outputFileListPaths = (
230229
);
231-
name = "Thin Binary";
232230
outputPaths = (
231+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
233232
);
234233
runOnlyForDeploymentPostprocessing = 0;
235234
shellPath = /bin/sh;
236-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin\n";
235+
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";
236+
showEnvVarsInLog = 0;
237237
};
238238
9740EEB61CF901F6004384FC /* Run Script */ = {
239239
isa = PBXShellScriptBuildPhase;
@@ -250,7 +250,7 @@
250250
shellPath = /bin/sh;
251251
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
252252
};
253-
D456BC5C87C994A74A51E530 /* [CP] Embed Pods Frameworks */ = {
253+
E4E0E8E0BCA6ED473DC2D19A /* [CP] Embed Pods Frameworks */ = {
254254
isa = PBXShellScriptBuildPhase;
255255
buildActionMask = 2147483647;
256256
files = (
@@ -368,6 +368,8 @@
368368
);
369369
PRODUCT_BUNDLE_IDENTIFIER = "io.lowapple.flutter.plugin.flutter-pixelmatching";
370370
PRODUCT_NAME = "$(TARGET_NAME)";
371+
STRIP_INSTALLED_PRODUCT = NO;
372+
STRIP_STYLE = "non-global";
371373
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
372374
SWIFT_VERSION = 5.0;
373375
VERSIONING_SYSTEM = "apple-generic";
@@ -498,6 +500,8 @@
498500
);
499501
PRODUCT_BUNDLE_IDENTIFIER = "io.lowapple.flutter.plugin.flutter-pixelmatching";
500502
PRODUCT_NAME = "$(TARGET_NAME)";
503+
STRIP_INSTALLED_PRODUCT = NO;
504+
STRIP_STYLE = "non-global";
501505
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
502506
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
503507
SWIFT_VERSION = 5.0;
@@ -522,6 +526,8 @@
522526
);
523527
PRODUCT_BUNDLE_IDENTIFIER = "io.lowapple.flutter.plugin.flutter-pixelmatching";
524528
PRODUCT_NAME = "$(TARGET_NAME)";
529+
STRIP_INSTALLED_PRODUCT = NO;
530+
STRIP_STYLE = "non-global";
525531
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
526532
SWIFT_VERSION = 5.0;
527533
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)