File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed
lib/src/presentation/widgets Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 = "";
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 = "";
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 = "";
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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 ],
Original file line number Diff line number Diff line change 11name : flutter_liveness_detection_randomized_plugin
22description : " A Flutter plugin for liveness detection with randomized challenge response method"
3- version : 1.0.6
3+ version : 1.0.7
44homepage : " https://bagussubagja.vercel.app"
55repository : " 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
You can’t perform that action at this time.
0 commit comments