Vinod Patil
Vinod Patil
Here is my code
getting above error while compiling card_scanner: ^1.0.1-prerelease compileSdkVersion 30 classpath 'com.android.tools.build:gradle:4.1.3' ext.kotlin_version = '1.4.21'
> I have faced the same issue Use below version of card_scanner plugin in which i have solved the above issue. (add in pubspec.yaml) card_scanner: git: url: https://github.com/ervinod/card-scanner-flutter.git
there is no error as well, but call is not connected. Also no log is printed in console.