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

Feature/scan file #4

Merged
merged 43 commits into from
Aug 16, 2021
Merged

Feature/scan file #4

merged 43 commits into from
Aug 16, 2021

Conversation

aquilarafa
Copy link
Contributor

@aquilarafa aquilarafa commented Dec 22, 2020

📋 Descrição:

Implementação do ZXing no android e ios com exemplo.

📝 Plano de teste:

Abrir app de exemplo do plugin.


🖤 Obrigado! eu sou lindo.

@ghost
Copy link

ghost commented Jan 5, 2021

@muriloformiga
Copy link
Contributor

muriloformiga commented Jan 5, 2021

Teste com um boleto da Nubank no android, mas o código de barra lido é diferente ao do boleto.

https://user-images.githubusercontent.com/66264766/103654696-f9aa7380-4f44-11eb-81a9-8c753b65db6e.png
https://user-images.githubusercontent.com/66264766/103654839-2bbbd580-4f45-11eb-92e3-051cad90d691.jpeg

@isthaynny isso acontece porque o Brasil usa um padrão diferenciado para numerar os boletos. O código que podemos observar acima das barras é chamado linha digitável, que de fato não é equivalente àquele extraído pelos leitores de imagem através do padrão das barras.

Você pode usar o site https://online-barcode-reader.inliteresearch.com/ para constatar que a leitura do barcode_finder está correta.

O que nós possívelmente faremos é mandar os dados lidos para o backend converter em linha digitável (padrão Brasil).

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
android/build.gradle Outdated Show resolved Hide resolved
@ghost ghost self-requested a review January 5, 2021 15:04
@muriloformiga

This comment has been minimized.

@ThiagoFontes

This comment has been minimized.

example/test/widget_test.dart Outdated Show resolved Hide resolved
@muriloformiga muriloformiga merged commit 834a6aa into develop Aug 16, 2021
@muriloformiga muriloformiga deleted the feature/scan-file branch August 16, 2021 19:32
This pull request was closed.
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.

4 participants