Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2024-02-14 15:18:15 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
621553677559583ff966ddd7183e1260d979a98c
62155367
1 parent
966e8ca0
update snippet & version
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
CHANGELOG.md
README.md
pubspec.yaml
CHANGELOG.md
View file @
6215536
## NEXT
## 5.0.0-beta.1
*
Flutter 3.16.0 is now required.
BREAKING CHANGES:
...
...
README.md
View file @
6215536
...
...
@@ -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
=
// ...
...
...
pubspec.yaml
View file @
6215536
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
:
...
...
Please
register
or
login
to post a comment