Showing
2 changed files
with
8 additions
and
1 deletions
| 1 | +## 1.1.1 | ||
| 2 | +Bugfixes: | ||
| 3 | +* Add null checks for Android. | ||
| 4 | +* Update camera dependency for Android. | ||
| 5 | +* Fix return type for analyzeImage. | ||
| 6 | +* Add fixes for Flutter 3. | ||
| 7 | + | ||
| 1 | ## 1.1.0 | 8 | ## 1.1.0 |
| 2 | Bugfixes: | 9 | Bugfixes: |
| 3 | * Fix for 'stream already listened to' exception. | 10 | * Fix for 'stream already listened to' exception. |
| 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.0 | 3 | +version: 1.1.1 |
| 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