Skip to content
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

Warning: required: Map<String,Object> #54

Open
ilkintacan opened this issue Oct 27, 2019 · 1 comment
Open

Warning: required: Map<String,Object> #54

ilkintacan opened this issue Oct 27, 2019 · 1 comment

Comments

@ilkintacan
Copy link

Running Gradle task 'assembleRelease'...
C:\flutter.pub-cache\hosted\pub.dartlang.org\qrcode_reader-0.4.4\android\src\main\java\com\matheusvillela\flutter\plugins\qrcodereader\QRCodeReaderPlugin.java:80: warning: [unchecked] unchecked cast
arguments = (Map<String, Object>) call.arguments;
^
required: Map<String,Object>
found: Object
1 warning

@shinriyo
Copy link

shinriyo commented Oct 6, 2020

put
@SuppressWarnigns("unchecked")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants