Showing
2 changed files
with
6 additions
and
1 deletions
| 1 | +## 1.1.1-play-services | ||
| 2 | +This version uses the MLKit play-services model on Android in order to save space. | ||
| 3 | +With the example app, this version reduces the release version from 14.9MB to 7MB. | ||
| 4 | +More information: https://developers.google.com/ml-kit/vision/barcode-scanning/android | ||
| 5 | + | ||
| 1 | ## 1.1.1 | 6 | ## 1.1.1 |
| 2 | Bugfixes: | 7 | Bugfixes: |
| 3 | * Add null checks for Android. | 8 | * Add null checks for Android. |
| 1 | name: mobile_scanner | 1 | name: mobile_scanner |
| 2 | description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS. | 2 | description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS. |
| 3 | -version: 1.1.1 | 3 | +version: 1.1.1-play-services |
| 4 | repository: https://github.com/juliansteenbakker/mobile_scanner | 4 | repository: https://github.com/juliansteenbakker/mobile_scanner |
| 5 | 5 | ||
| 6 | environment: | 6 | environment: |
-
Please register or login to post a comment