Skip to content

Commit

Permalink
adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev committed Dec 11, 2024
1 parent 42540a1 commit 11ef560
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 20 deletions.
5 changes: 5 additions & 0 deletions packages/google_vision/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.0+4

* dependency bump
* adjustments for new Dart SDK

## 2.0.0+3

* dependency bump
Expand Down
2 changes: 1 addition & 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+3
google_vision: ^2.0.0+4
```
### Obtaining Authentication/Authorization Credentials
Expand Down
2 changes: 1 addition & 1 deletion packages/google_vision/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
pcanvas: ^1.1.0
google_vision:
path: ../
mime: ^1.0.6
mime: ^2.0.0
universal_io: ^2.2.2
2 changes: 1 addition & 1 deletion packages/google_vision/lib/meta.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ library;
import 'dart:convert' show json;

final pubSpec = json.decode(
'{"name":"google_vision","version":"2.0.0+3","homepage":"https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision","environment":{"sdk":">=3.2.0 <4.0.0"},"description":"Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into cross platform applications.","dependencies":{"args":"^2.5.0","collection":"^1.19.0","crypto_keys_plus":"^0.4.0","dio":"^5.7.0","flutter_loggy_dio":"^3.1.0","http":"^1.2.2","image":"^4.2.0","jose_plus":"^0.4.6","json_annotation":"^4.9.0","loggy":"^2.0.3","mime":"^1.0.6","retrofit":"^4.4.1","universal_platform":"^1.1.0"},"dev_dependencies":{"build_runner":"^2.4.12","grinder":"^0.9.5","json_serializable":"^6.8.0","lints":"^5.0.0","publish_tools":"^1.0.0+5","retrofit_generator":"^9.1.2"},"executables":{"vision":""},"repository":"https://github.com/faithoflifedev/google_vision","topics":["api","image","document"],"funding":["https://www.buymeacoffee.com/faithoflif2"]}');
'{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}');
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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.

21 changes: 10 additions & 11 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+3
version: 2.0.0+4
repository: https://github.com/faithoflifedev/google_vision
homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision

Expand All @@ -16,28 +16,27 @@ environment:
sdk: ">=3.2.0 <4.0.0"

dependencies:
args: ^2.5.0
collection: ^1.19.0
args: ^2.6.0
collection: ^1.18.0
crypto_keys_plus: ^0.4.0
dio: ^5.7.0
flutter_loggy_dio: ^3.1.0
http: ^1.2.2
image: ^4.2.0
image: ^4.3.0
jose_plus: ^0.4.6
json_annotation: ^4.9.0
loggy: ^2.0.3
mime: ^1.0.6
mime: ^2.0.0
retrofit: ^4.4.1
# universal_io: ^2.2.2
universal_platform: ^1.1.0

dev_dependencies:
build_runner: ^2.4.12
build_runner: ^2.4.13
grinder: ^0.9.5
json_serializable: ^6.8.0
lints: ^5.0.0
publish_tools: ^1.0.0+5
retrofit_generator: ^9.1.2
json_serializable: ^6.9.0
lints: ^5.1.0
publish_tools: ^1.0.0+10
retrofit_generator: ^9.1.5

executables:
vision:
5 changes: 5 additions & 0 deletions packages/google_vision_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* add additional headers to concrete impl of google vision #28
* add logging to the example app

## 2.0.0+5

* add additional headers to concrete impl of google vision #28
* add logging to the example app

## 2.0.0+4

* dependency bump
Expand Down
3 changes: 0 additions & 3 deletions packages/google_vision_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ dev_dependencies:
flutter_lints: ^5.0.0
grinder: ^0.9.5
publish_tools: ^1.0.0+10

dependency_overrides:
collection: ^1.18.0

0 comments on commit 11ef560

Please sign in to comment.