Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Android and iOS BarcodeDetector options #677

Merged
merged 7 commits into from
Jul 25, 2018

Conversation

bparrishMines
Copy link
Contributor

No description provided.

Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

"pronunciation", barcode.getContactInfo().getName().getPronunciation());
name.put("suffix", barcode.getContactInfo().getName().getSuffix());
Map<String, Object> name = new HashMap<>();
if (barcode.getContactInfo().getName() != null) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe save barcode.getContactInfo().getName() in an instance variable to make the code below simpler?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might also be nice for the code below...

@@ -1,7 +1,7 @@
name: firebase_ml_vision
description: Flutter plugin for Google ML Vision for Firebase, an SDK that brings Google's machine
learning expertise to Android and iOS apps in a powerful yet easy-to-use package.
version: 0.0.2
version: 0.0.3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change log says this is 0.1.0?

## 0.1.0

* **Breaking Change** Add Barcode, Face, and Label on-device detectors.
* Remove close method.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was that removed in a previous PR? Doesn't seem to be included in this one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, I snuck in the version upgrade so you would only need to review 2 PRs not 3. :)

@bparrishMines bparrishMines merged commit 4ec4375 into flutter:master Jul 25, 2018
@bparrishMines bparrishMines deleted the real_barcode_device branch July 25, 2018 20:21
julianscheel pushed a commit to jusst-engineering/plugins that referenced this pull request Mar 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants