diff --git a/packages/apple_vision/CHANGELOG.md b/packages/apple_vision/CHANGELOG.md index 717782f..c272f45 100644 --- a/packages/apple_vision/CHANGELOG.md +++ b/packages/apple_vision/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.8 + +* Added Image Depth + ## 0.0.7 * Updated apple_vision_recognize_text diff --git a/packages/apple_vision/pubspec.yaml b/packages/apple_vision/pubspec.yaml index 2cc5f24..04073d6 100644 --- a/packages/apple_vision/pubspec.yaml +++ b/packages/apple_vision/pubspec.yaml @@ -1,6 +1,6 @@ name: apple_vision description: A Flutter plugin to use all API's from Apple vision made for osx and ios. -version: 0.0.7 +version: 0.0.8 homepage: https://github.com/Knightro63/apple_vision/tree/main/packages/apple_vision environment: @@ -28,6 +28,7 @@ dependencies: apple_vision_selfie: ^0.0.5 apple_vision_saliency: ^0.0.2 apple_vision_lift_subjects: ^0.0.2 + apple_vision_image_depth: ^0.0.2 dev_dependencies: flutter_test: diff --git a/packages/apple_vision_image_depth/CHANGELOG.md b/packages/apple_vision_image_depth/CHANGELOG.md index 29f648f..3ea53d5 100644 --- a/packages/apple_vision_image_depth/CHANGELOG.md +++ b/packages/apple_vision_image_depth/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2 + +* Added new version of coreml depth + ## 0.0.1 * Initial release diff --git a/packages/apple_vision_image_depth/README.md b/packages/apple_vision_image_depth/README.md index 04754b9..9704db4 100644 --- a/packages/apple_vision_image_depth/README.md +++ b/packages/apple_vision_image_depth/README.md @@ -11,8 +11,6 @@ Apple Vision Depth Detection is a Flutter plugin that enables Flutter apps to us ## Requirements -Please go to 'https://ml-assets.apple.com/coreml/models/Image/DepthEstimation/FCRN/FCRN.mlmodel' and save the model in '/Users/${userName}/development/tools/flutter/.pub-cache/hosted/pub.dartlang.org/apple_vision_image_depth-${version}/darwin/Classes'. If this step is not done this api will give an error. - **MacOS** - Minimum osx Deployment Target: 10.13 - Xcode 13 or newer diff --git a/packages/apple_vision_image_depth/pubspec.yaml b/packages/apple_vision_image_depth/pubspec.yaml index 41dd6ee..1440566 100644 --- a/packages/apple_vision_image_depth/pubspec.yaml +++ b/packages/apple_vision_image_depth/pubspec.yaml @@ -1,6 +1,6 @@ name: apple_vision_image_depth description: A Flutter plugin to use Apple Vision Image Depth to find the depth in images. -version: 0.0.1 +version: 0.0.2 homepage: https://github.com/Knightro63/apple_vision/tree/main/packages/apple_vision_image_depth environment: