diff --git a/README.md b/README.md index 917ffdf..19d8d87 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ showDialog( onBarcodeResult: (barcode) { // do whatever you want }, + minimalResultCount: 2, ), ); ``` diff --git a/example/pubspec.lock b/example/pubspec.lock index 25a1d2a..21d8394 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -21,7 +21,7 @@ packages: path: ".." relative: true source: path - version: "3.0.0-SNAPSHOT" + version: "3.0.0" characters: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2ebcc5f..0f2922c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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/