- Fixing the bug that broke the local models + Updated documentation. Contributed by @indigothm
- Fix link in README.md. Contributed by @Ademking
- Fix iOS SDK Breaking change. reported by @arrrrny
- Null validation when not found any data by @Bwolfs2
- Support Local Custom model.
This includes Breaking change.
See detail
Lines 255 to 259 in 60fc24f
- Migrated to AndroidX by @BugsBunnyBR
- fix issue on memory allocation in multiple inputs
- modify android minSdkVersion (24 -> 16)
- Custom models extended. This includes Breaking change. See detail https://github.com/azihsoyn/flutter_mlkit/pull/60/files#diff-f7c1b82f15256ddfe8b050684d919423
- update firebase
- Add Natural Language API
- Fix for
FIRAnalyticsVersionMismatch
compilation error on iOS.
- flutter 1.2.1 stable version with androidX compatibility.
- update annotation and exifinterface api.
- update android firebase dependency.
- fix implement for custom interpreter.
- static_framework = true for ios
- update iOS firebase dependency. No I/F changed.
- fix android rotation probelm.
- update iOS firebase dependency. No I/F changed.
- support custom model interpreter for both OS (cloud hosting model only).
- fix android custom model interpreter.
- update dependency and bug fix.
- update flutter environment.
- update ios textDetector implement for firebase API update.
- support custom model interpreter for android (cloud hosting model only).
- Added functionality to detect from binary
- Added On-device Face detecting API for android.
- Added On-device Face detecting API (iOS only).
- Added On-device Image Labeling API.
- fix package dependency for android.
- fully support Scan barcodes on device.
- support Scan barcodes (iOS only)
- brushed up example code.
- fully support Recognize text on device.
- support iOS.
- initial release.