Skip to content

Commit

Permalink
meta and markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev committed Feb 23, 2025
1 parent 7618f8e commit 58cb7b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/google_vision/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## 2.0.0+4
## 2.0.0+5

* dependency bump
* adjustments for new Dart SDK
* Fix incorrect face landmark keys #29

## 2.0.0+4

Expand Down
3 changes: 2 additions & 1 deletion packages/google_vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To use this package, add the dependency to your `pubspec.yaml` file:
```yaml
dependencies:
...
google_vision: ^2.0.0+4
google_vision: ^2.0.0+5
```
### Obtaining Authentication/Authorization Credentials
Expand Down 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
4 changes: 1 addition & 3 deletions packages/google_vision/lib/meta.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/// app metadata
library;

// DO NOT EDIT THIS FILE
// THIS FILE IS AUTOMATICALLY OVER WRITTEN BY PublishTools
import 'dart:convert' show json;

final pubSpec = json.decode(
'{description: Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into cross platform applications., homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision, documentation: null, repository: https://github.com/faithoflifedev/google_vision, issueTracker: null, name: google_vision, publish_to: null, version: 2.0.0+4}');
final pubSpec = json.decode('{description: Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into cross platform applications., homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision, documentation: null, repository: https://github.com/faithoflifedev/google_vision, issueTracker: null, name: google_vision, publish_to: null, version: 2.0.0+5}');

0 comments on commit 58cb7b8

Please sign in to comment.