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

add invert scan feature for android #459

Merged
merged 4 commits into from
Nov 22, 2021

Conversation

akkalbhor
Copy link
Contributor

This PR fixes #403
@juliuscanute Please review and merge ASAP

@juliansteenbakker
Copy link
Collaborator

You need to add an empty function for flutter_qr_web like so:

  @override
  Future<void> scanInvert() {
    // TODO: implement scanInvert
    throw UnimplementedError();
  }

@akkalbhor
Copy link
Contributor Author

I have added the function in flutter_qr_web

@akkalbhor akkalbhor closed this Nov 18, 2021
@akkalbhor akkalbhor reopened this Nov 18, 2021
@akkalbhor
Copy link
Contributor Author

@juliansteenbakker can you merge this PR and update the library as well?

@juliansteenbakker juliansteenbakker merged commit 89a7b1e into juliuscanute:master Nov 22, 2021
@akkalbhor
Copy link
Contributor Author

@juliansteenbakker can you please update the library on pub.dev?

@JT501
Copy link

JT501 commented Feb 7, 2022

please upload a new version to pub.dev, we need this fix. 🙏🏻

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

Successfully merging this pull request may close these issues.

[BUG] White QRCode with other Background Color cannot be scanned.
4 participants