Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -165,5 +165,5 @@ Future<void> dispose() async { | @@ -165,5 +165,5 @@ Future<void> dispose() async { | ||
| 165 | 165 | ||
| 166 | To display the camera preview, pass the controller to a `MobileScanner` widget. | 166 | To display the camera preview, pass the controller to a `MobileScanner` widget. |
| 167 | 167 | ||
| 168 | -See the examples for runnable examples of various usages, | 168 | +See the [examples](example/README.md) for runnable examples of various usages, |
| 169 | such as the basic usage, applying a scan window, or retrieving images from the barcodes. | 169 | such as the basic usage, applying a scan window, or retrieving images from the barcodes. |
-
Please register or login to post a comment