Navaron Bracke

update snippet & version

## NEXT
## 5.0.0-beta.1
* Flutter 3.16.0 is now required.
BREAKING CHANGES:
... ...
... ... @@ -61,7 +61,7 @@ Ensure that you granted camera permission in XCode -> Signing & Capabilities:
## Web
As of version 4.0.0 adding the library to the `index.html` is no longer required,
As of version 5.0.0 adding the library to the `index.html` is no longer required,
as the library is automatically loaded on first use.
### Providing a mirror for the barcode scanning library
... ... @@ -71,6 +71,7 @@ the source URL can be set beforehand.
```dart
import 'package:flutter/foundation.dart';
import 'package:mobile_scanner/mobile_scanner.dart';
final String scriptUrl = // ...
... ...
name: mobile_scanner
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.
version: 4.0.1
version: 5.0.0-beta.1
repository: https://github.com/juliansteenbakker/mobile_scanner
screenshots:
... ...