Showing
2 changed files
with
2 additions
and
5 deletions
| 1 | -## NEXT | ||
| 2 | - | 1 | +## 6.0.3 |
| 3 | New features: | 2 | New features: |
| 4 | * Adds pause function to pause the camera but keep textures in place. | 3 | * Adds pause function to pause the camera but keep textures in place. |
| 5 | 4 | ||
| 6 | 5 | ||
| 7 | ## 6.0.2 | 6 | ## 6.0.2 |
| 8 | - | ||
| 9 | Bugs fixed: | 7 | Bugs fixed: |
| 10 | * Fixed a bug that prevented `analyzeImage` from actually accepting the configured formats. | 8 | * Fixed a bug that prevented `analyzeImage` from actually accepting the configured formats. |
| 11 | 9 | ||
| @@ -13,7 +11,6 @@ Improvements: | @@ -13,7 +11,6 @@ Improvements: | ||
| 13 | * [iOS] Excluded the `arm64` architecture for Simulators, which is unsupported by MLKit 7.0.0. | 11 | * [iOS] Excluded the `arm64` architecture for Simulators, which is unsupported by MLKit 7.0.0. |
| 14 | 12 | ||
| 15 | ## 6.0.1 | 13 | ## 6.0.1 |
| 16 | - | ||
| 17 | Bugs fixed: | 14 | Bugs fixed: |
| 18 | * Fixed a bug that would cause onDetect to not handle errors. | 15 | * Fixed a bug that would cause onDetect to not handle errors. |
| 19 | 16 |
| 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: 6.0.2 | 3 | +version: 6.0.3 |
| 4 | repository: https://github.com/juliansteenbakker/mobile_scanner | 4 | repository: https://github.com/juliansteenbakker/mobile_scanner |
| 5 | 5 | ||
| 6 | screenshots: | 6 | screenshots: |
-
Please register or login to post a comment