We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13a39e commit c1acb06Copy full SHA for c1acb06
test/scan_api_test.dart
@@ -6,7 +6,8 @@ import 'dart:convert';
6
import 'test_config.dart';
7
8
void main() {
9
- final fileToRecognize = "test_data${Platform.pathSeparator}qr_and_code128.png";
+ final fileToRecognize =
10
+ "test_data${Platform.pathSeparator}qr_and_code128.png";
11
12
test(
13
'.scanBarcodes can scan 2 type',
0 commit comments