- Update Android dependencies to latest.
- Fix analyzer warnings about
const Rect
in tests.
- Update README to match latest version.
- Breaking Change Unified and enhanced on-device and cloud image-labeling API.
iOS
now requires minimum deployment target of 9.0. Addplatform :ios, '9.0'
in yourPodfile
. Updated to latest version ofFirebase/MLVision
oniOS
. Please runpod update
in directory containing youriOS
projectPodfile
.Label
renamed toImageLabel
.LabelDetector
renamed toImageLabeler
. RemovedCloudLabelDetector
and replaced it with a cloudImageLabeler
.
- Update README.md
- Fix crash when receiving barcode urls on iOS.
- Log messages about automatic configuration of the default app are now less confusing.
- Breaking Change Removed on-device model dependencies from plugin.
Android
now requires adding the on-device label detector dependency manually.iOS
now requires adding the on-device barcode/face/label/text detector dependencies manually. See theREADME.md
for more details. https://pub.dartlang.org/packages/firebase_ml_vision#-readme-tab-
- Fixes bug where image file needs to be rotated.
- Remove categories.
- iOS now handles non-planar buffers from
FirebaseVisionImage.fromBytes()
.
- Fixes
FIRAnalyticsVersionMismatch
compilation error on iOS. Please runpod update
in directory containingPodfile
.
-
Breaking Change Change
Rectangle<int>
toRect
in Text/Face/Barcode results. -
Breaking Change Change
Point<int>
/Point<double>
toOffset
in Text/Face/Barcode results. -
Fixed bug where there were no corner points for
VisionText
orBarcode
on iOS.
- Log a more detailed warning at build time about the previous AndroidX migration.
- Breaking Change Removal of base detector class
FirebaseVisionDetector
. - Breaking Change Removal of
TextRecognizer.detectInImage()
. Please useTextRecognizer.processImage()
. - Breaking Change Changed
FaceDetector.detectInImage()
toFaceDetector.processImage()
.
- Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
- Add capability to create image from bytes.
- Fix bug with empty text object.
- Fix bug with crash from passing nil to map.
Bump Android dependencies to latest.
- Breaking Change Update TextDetector to TextRecognizer for android mlkit '17.0.0' and firebase-ios-sdk '5.6.0'.
- Added CloudLabelDetector.
- Fix example imports so that publishing will be warning-free.
- Set pod version of Firebase/MLVision to avoid breaking changes.
- Breaking Change Add Barcode, Face, and Label on-device detectors.
- Remove close method.
- Bump Android and Firebase dependency versions.
- Initial release with text detector.