-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'List<dynamic>' is not a subtype of type 'Map<dynamic, dynamic>' #90
Comments
Hello, Would be nice to have a reproducible code we can copy / paste to reproduce this issue. I use it and don't have this problem, so maybe a detector I didn't use yet or a config issue. Thanks |
icon: Icon(Icons.photo_camera), class ScanPage extends StatefulWidget { ScanPage({@required this.regPattern}); @OverRide class _ScanPageState extends State { bool resultSent = false; @OverRide @OverRide @OverRide String findMatch(List textBlocks) {
} |
To reproduce the issue try to get the result, or press back button, then try to scan again. After that it just starts looping the error. |
Hello, when i try to scan the first time everything works as expected, but when i try to do it again i get this error on a loop.
The text was updated successfully, but these errors were encountered: