Showing
2 changed files
with
2 additions
and
3 deletions
| 1 | ## 6.0.4 | 1 | ## 6.0.4 |
| 2 | Bugs fixed: | 2 | Bugs fixed: |
| 3 | -* [Android] Fixed UI jank when `returnImage` is true. | 3 | +* [Android] Fixed UI stutter when `returnImage` is true. |
| 4 | 4 | ||
| 5 | ## 6.0.3 | 5 | ## 6.0.3 |
| 6 | New features: | 6 | New features: |
| 7 | * Adds pause function to pause the camera but keep textures in place. | 7 | * Adds pause function to pause the camera but keep textures in place. |
| 8 | 8 | ||
| 9 | - | ||
| 10 | ## 6.0.2 | 9 | ## 6.0.2 |
| 11 | Bugs fixed: | 10 | Bugs fixed: |
| 12 | * Fixed a bug that prevented `analyzeImage` from actually accepting the configured formats. | 11 | * Fixed a bug that prevented `analyzeImage` from actually accepting the configured formats. |
| 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.3 | 3 | +version: 6.0.4 |
| 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