firebase_ml_vision 0.7.0
firebase_ml_vision: ^0.7.0 copied to clipboard
Flutter plugin for Firebase machine learning vision services.
0.7.0 #
- Breaking Change Unified and enhanced on-device and cloud image-labeling API.
iOSnow requires minimum deployment target of 9.0. Addplatform :ios, '9.0'in yourPodfile. Updated to latest version ofFirebase/MLVisiononiOS. Please runpod updatein directory containing youriOSprojectPodfile.Labelrenamed toImageLabel.LabelDetectorrenamed toImageLabeler. RemovedCloudLabelDetectorand replaced it with a cloudImageLabeler.
0.6.0+2 #
- Update README.md
- Fix crash when receiving barcode urls on iOS.
0.6.0+1 #
- Log messages about automatic configuration of the default app are now less confusing.
0.6.0 #
- Breaking Change Removed on-device model dependencies from plugin.
Androidnow requires adding the on-device label detector dependency manually.iOSnow requires adding the on-device barcode/face/label/text detector dependencies manually. See theREADME.mdfor more details. https://pub.dartlang.org/packages/firebase_ml_vision#-readme-tab-
0.5.1+2 #
- Fixes bug where image file needs to be rotated.
0.5.1+1 #
- Remove categories.
0.5.1 #
- iOS now handles non-planar buffers from
FirebaseVisionImage.fromBytes().
0.5.0+1 #
- Fixes
FIRAnalyticsVersionMismatchcompilation error on iOS. Please runpod updatein directory containingPodfile.
0.5.0 #
-
Breaking Change Change
Rectangle<int>toRectin Text/Face/Barcode results. -
Breaking Change Change
Point<int>/Point<double>toOffsetin Text/Face/Barcode results. -
Fixed bug where there were no corner points for
VisionTextorBarcodeon iOS.
0.4.0+1 #
- Log a more detailed warning at build time about the previous AndroidX migration.
0.4.0 #
- Breaking Change Removal of base detector class
FirebaseVisionDetector. - Breaking Change Removal of
TextRecognizer.detectInImage(). Please useTextRecognizer.processImage(). - Breaking Change Changed
FaceDetector.detectInImage()toFaceDetector.processImage().
0.3.0 #
- 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.
0.2.1 #
- Add capability to create image from bytes.
0.2.0+2 #
- Fix bug with empty text object.
- Fix bug with crash from passing nil to map.
0.2.0+1 #
Bump Android dependencies to latest.
0.2.0 #
- Breaking Change Update TextDetector to TextRecognizer for android mlkit '17.0.0' and firebase-ios-sdk '5.6.0'.
- Added CloudLabelDetector.
0.1.2 #
- Fix example imports so that publishing will be warning-free.
0.1.1 #
- Set pod version of Firebase/MLVision to avoid breaking changes.
0.1.0 #
- Breaking Change Add Barcode, Face, and Label on-device detectors.
- Remove close method.
0.0.2 #
- Bump Android and Firebase dependency versions.
0.0.1 #
- Initial release with text detector.