Ascênio

Results 20 issues of Ascênio

I was looking at the docs and I just noticed that the package allows the client to control it programmatically by using keys instead of a controller. Was there any...

enhancement
good first issue

With `MaterialPageRoute` you have a `builder` function, so the page may make use of it. However, currently the API of this package makes usage of a `child` argument which does...

enhancement

This PR changes Flutter's code generation scripts such that the code is formatted accordingly after its generation ;) Before After

When a failure occurs in processing then all following frames are ignored. This PR fixes it. As you can see bellow we never call `processLatest` on errors, so in `QrDetector.detect`...

The [video](www.youtube.com/watch?v=QFcFEpFmNJ8) has been recently published and would be nice to have it as a showcase in the docs.

good first issue

```sh Warning ────────────────────────────────────────────────────────────────────────────── Your Flutter application is created using an older version of the Android embedding. It's being deprecated in favor of Android embedding v2. Follow the steps at https://flutter.dev/go/android-project-migration...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) This PR adds new tests, reaching code paths not previously covered as pointed by a...

All images from `README.md` are not showing up, perhaps their links are broken.

Makefile exits when any command fails, as you can see [here](https://stackoverflow.com/a/10559225). Closes #49.

Acredito que testes deveriam ser criados urgentemente porque o package já tem um número considerável de arquivos e linhas o que torna sucetível a erros. Além disso falta documentação, pois...