Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Knightro63 committed Feb 12, 2024
1 parent 45c64d5 commit 83650e2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 22 deletions.
19 changes: 0 additions & 19 deletions packages/apple_vision/apple_vision.iml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/apple_vision/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
apple_vision_pose_3d: ^0.0.1
apple_vision_recognize_text: ^0.0.3
apple_vision_scanner: ^0.0.2
apple_vision_selfie: ^0.0.3
apple_vision_selfie: ^0.0.4
apple_vision_saliency: ^0.0.2
apple_vision_lift_subjects: ^0.0.2

Expand Down
4 changes: 4 additions & 0 deletions packages/apple_vision_selfie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

* Removed PictureFormat

## 0.0.3

* Added iOS support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'package:apple_vision_commons/apple_vision_commons.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/services.dart';

enum PictureFormat{jpg,jpeg,tiff,bmp,png,raw}
enum SelfieQuality{fast,balanced,accurate}

class SelfieSegmentationData{
Expand Down
2 changes: 1 addition & 1 deletion packages/apple_vision_selfie/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: apple_vision_selfie
description: A Flutter plugin to use Apple Vision Selfie Segmentation Detection to detect the person in real time from a continuous video or static image.
version: 0.0.3
version: 0.0.4
homepage: https://github.com/Knightro63/apple_vision/tree/main/packages/apple_vision_selfie

environment:
Expand Down

0 comments on commit 83650e2

Please sign in to comment.