Is there a credit card scanner API for flutter? CardIO Plugin for flutter is not working at all. It is not recognizing the package package:flutter_card_io/flutter_card_io.dart which I am trying to import.
Details are present in https://pub.dartlang.org/packages/flutter_card_io
I get the error message. Target of URI doesn't exist: 'package:flutter_card_io/flutter_card_io.dart
You need to add this package to the pubspec.yaml file, and then run 'packages get' to update the dependencies. See: https://pub.dartlang.org/packages/flutter_card_io#-installing-tab-