Skip to content

Commit

Permalink
Fix incorrect face landmark keys #29
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev committed Feb 23, 2025
1 parent c51a731 commit 7618f8e
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 61 deletions.
43 changes: 26 additions & 17 deletions packages/google_vision/lib/src/provider/files.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 26 additions & 17 deletions packages/google_vision/lib/src/provider/images.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 27 additions & 18 deletions packages/google_vision/lib/src/provider/oauth.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions packages/google_vision/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_vision
description: Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into cross platform applications.
version: 2.0.0+4
version: 2.0.0+5
repository: https://github.com/faithoflifedev/google_vision
homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision

Expand All @@ -19,24 +19,24 @@ dependencies:
args: ^2.6.0
collection: ^1.18.0
crypto_keys_plus: ^0.4.0
dio: ^5.7.0
dio: ^5.8.0+1
flutter_loggy_dio: ^3.1.0
http: ^1.2.2
image: ^4.3.0
http: ^1.3.0
image: ^4.5.3
jose_plus: ^0.4.6
json_annotation: ^4.9.0
loggy: ^2.0.3
mime: ^2.0.0
retrofit: ^4.4.1
retrofit: ^4.4.2
universal_platform: ^1.1.0

dev_dependencies:
build_runner: ^2.4.13
build_runner: ^2.4.15
grinder: ^0.9.5
json_serializable: ^6.9.0
lints: ^5.1.0
json_serializable: ^6.9.4
lints: ^5.1.1
publish_tools: ^1.0.0+10
retrofit_generator: ^9.1.5
retrofit_generator: ^9.1.9

executables:
vision:
1 change: 1 addition & 0 deletions packages/google_vision/tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ Please see the cli documentation [README.md](https://github.com/faithoflifedev/g
- [JLuisRojas](https://github.com/JLuisRojas)
- [DeadBryam](https://github.com/DeadBryam)
- [husitawi](https://github.com/husitawi)
- [EricApostal](https://github.com/EricApostal)

## Contributing

Expand Down

0 comments on commit 7618f8e

Please sign in to comment.