Skip to content

Commit a2f79d7

Browse files
authored
Merge pull request #43 from bagussubagja/develop
Release 1.0.7
2 parents 637df8b + cfa0583 commit a2f79d7

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.7 🚀
2+
3+
- ⚡ Update google_mlkit_face_detection for better compability to newest flutter version
4+
15
## 1.0.6 🚀
26
- 🛠️ Fix issue camera preview freeze while start liveness detection
37
- 🎨 Face preview now looks better, no longer stretching

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
"$(inherited)",
499499
"@executable_path/Frameworks",
500500
);
501-
MARKETING_VERSION = 1.0.6;
501+
MARKETING_VERSION = 1.0.7;
502502
PRODUCT_BUNDLE_IDENTIFIER = com.bagussubagja.flutterlivenessdetection;
503503
PRODUCT_NAME = "$(TARGET_NAME)";
504504
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -692,7 +692,7 @@
692692
"$(inherited)",
693693
"@executable_path/Frameworks",
694694
);
695-
MARKETING_VERSION = 1.0.6;
695+
MARKETING_VERSION = 1.0.7;
696696
PRODUCT_BUNDLE_IDENTIFIER = com.bagussubagja.flutterlivenessdetection;
697697
PRODUCT_NAME = "$(TARGET_NAME)";
698698
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -720,7 +720,7 @@
720720
"$(inherited)",
721721
"@executable_path/Frameworks",
722722
);
723-
MARKETING_VERSION = 1.0.6;
723+
MARKETING_VERSION = 1.0.7;
724724
PRODUCT_BUNDLE_IDENTIFIER = com.bagussubagja.flutterlivenessdetection;
725725
PRODUCT_NAME = "$(TARGET_NAME)";
726726
PROVISIONING_PROFILE_SPECIFIER = "";

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ packages:
169169
path: ".."
170170
relative: true
171171
source: path
172-
version: "1.0.5"
172+
version: "1.0.6"
173173
flutter_plugin_android_lifecycle:
174174
dependency: transitive
175175
description:

lib/src/presentation/widgets/liveness_detection_tutorial_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class _LivenessDetectionTutorialScreenState
176176
width: 10,
177177
),
178178
Text(
179-
'Package Version: 1.0.6',
179+
'Package Version: 1.0.7',
180180
style: TextStyle(color: Colors.grey),
181181
)
182182
],

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_liveness_detection_randomized_plugin
22
description: "A Flutter plugin for liveness detection with randomized challenge response method"
3-
version: 1.0.6
3+
version: 1.0.7
44
homepage: "https://bagussubagja.vercel.app"
55
repository: "https://github.com/bagussubagja/flutter-liveness-detection-randomized-plugin"
66

@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
plugin_platform_interface: ^2.0.2
15-
google_mlkit_face_detection: 0.11.0
15+
google_mlkit_face_detection: ^0.13.1
1616
camera: 0.10.6
1717
equatable: ^2.0.5
1818
image: ^4.0.15

0 commit comments

Comments
 (0)