Showing
3 changed files
with
9 additions
and
2 deletions
| 1 | +## 1.1.0 | ||
| 2 | +Bugfixes: | ||
| 3 | +* Fix for 'stream already listened to' exception. | ||
| 4 | +* Fix building on Android with latest Flutter version. | ||
| 5 | +* Add several WEB improvements. | ||
| 6 | +* Upgraded several dependencies. | ||
| 7 | + | ||
| 1 | ## 1.0.0 | 8 | ## 1.0.0 |
| 2 | BREAKING CHANGES: | 9 | BREAKING CHANGES: |
| 3 | This version adds a new allowDuplicates option which now defaults to FALSE. this means that it will only call onDetect once after a scan. | 10 | This version adds a new allowDuplicates option which now defaults to FALSE. this means that it will only call onDetect once after a scan. |
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | [](https://pub.dev/packages/mobile_scanner) | 3 | [](https://pub.dev/packages/mobile_scanner) |
| 4 | [](https://pub.dev/packages/lint) | 4 | [](https://pub.dev/packages/lint) |
| 5 | [](https://github.com/juliansteenbakker/mobile_scanner/actions/workflows/flutter.yml) | 5 | [](https://github.com/juliansteenbakker/mobile_scanner/actions/workflows/flutter.yml) |
| 6 | -[](https://github.com/sponsors/juliansteenbakker) | 6 | +[](https://github.com/sponsors/juliansteenbakker) |
| 7 | 7 | ||
| 8 | 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. | 8 | 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. |
| 9 | 9 |
| 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.0.0 | 3 | +version: 1.1.0 |
| 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