Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev committed Dec 11, 2024
1 parent 8d252b1 commit 9cb60e9
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 3,474 deletions.
5 changes: 5 additions & 0 deletions packages/google_vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* dependency bump
* adjustments for new Dart SDK

## 2.0.0+4

* dependency bump
* adjustments for new Dart SDK

## 2.0.0+3

* dependency bump
Expand Down
8 changes: 8 additions & 0 deletions packages/google_vision_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.0+6

* logo

## 2.0.0+6

* logo

## 2.0.0+5

* add additional headers to concrete impl of google vision #28
Expand Down
8 changes: 5 additions & 3 deletions packages/google_vision_flutter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Google Vision Images Flutter Widget

<center><img src="https://github.com/faithoflifedev/google_vision_workspace/blob/main/packages/google_vision_flutter/extra/google_vision_flutter.png?raw=true&amp;v1" width="320"></center>
<br/>

![SDK version](https://badgen.net/pub/sdk-version/google_vision_flutter?style=for-the-badge)
![Supported platforms](https://badgen.net/pub/flutter-platform/google_vision_flutter?style=for-the-badge)
![Supported SDKs](https://badgen.net/pub/dart-platform/google_vision_flutter?style=for-the-badge)
Expand All @@ -24,7 +27,6 @@ Please feel free to submit PRs for any additional helper methods, or report an [
- [Contributors](#contributors)
- [Contributing](#contributing)


## Recent Changes

### New for v2.0.0
Expand Down Expand Up @@ -56,7 +58,7 @@ To use this package, add the dependency to your `pubspec.yaml` file:
```yaml
dependencies:
...
google_vision_flutter: ^2.0.0+5
google_vision_flutter: ^2.0.0+6
```
Expand Down Expand Up @@ -123,7 +125,7 @@ class LabelDetectionPage extends ExampleBase {

```

<center><img src="https://github.com/faithoflifedev/google_vision_workspace/blob/main/packages/google_vision_flutter/screenshot/Screenshot.png?raw=true&amp;v1" width="320"></center>
<center><img src="https://github.com/faithoflifedev/google_vision_workspace/blob/main/packages/google_vision_flutter/extra/Screenshot.png?raw=true&amp;v1" width="320"></center>

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion packages/google_vision_flutter/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(
'{description: Add Google Visions image labeling, face, logo, and landmark detection into your Flutter applications., homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision_flutter, documentation: null, repository: https://github.com/faithoflifedev/google_vision, issueTracker: null, name: google_vision_flutter, publish_to: null, version: 2.0.0+5}');
'{description: Add Google Visions image labeling, face, logo, and landmark detection into your Flutter applications., homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision_flutter, documentation: null, repository: https://github.com/faithoflifedev/google_vision, issueTracker: null, name: google_vision_flutter, publish_to: null, version: 2.0.0+6}');
4 changes: 2 additions & 2 deletions packages/google_vision_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_vision_flutter
description: Add Google Visions image labeling, face, logo, and landmark detection into your Flutter applications.
version: 2.0.0+5
version: 2.0.0+6
repository: https://github.com/faithoflifedev/google_vision
homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision_flutter

Expand All @@ -23,7 +23,7 @@ environment:
dependencies:
dio: ^5.7.0
flutter_image_converter: ^0.4.1
google_vision: ^2.0.0+3
google_vision: ^2.0.0+4
# google_vision:
# path: ../google_vision
image: ^4.3.0
Expand Down
Binary file not shown.
Loading

0 comments on commit 9cb60e9

Please sign in to comment.