Skip to content

Commit

Permalink
docs(README): update README file for minimal result count
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirrus CI authored and PiotrFLEURY committed Jul 23, 2022
1 parent 2ed8225 commit a48c333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ showDialog(
onBarcodeResult: (barcode) {
// do whatever you want
},
minimalResultCount: 2,
),
);
```
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0-SNAPSHOT"
version: "3.0.0"
characters:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: camcode
description: A camera barcode scanner for Flutter Web using your favorite Javascript library
version: 3.0.0-SNAPSHOT
version: 3.0.0
repository: https://github.com/PiotrFLEURY/camcode
homepage: https://camcode-59c70.web.app/

Expand Down

0 comments on commit a48c333

Please sign in to comment.