magiceye icon indicating copy to clipboard operation
magiceye copied to clipboard

An abstraction on top of flutter camera.

Results 6 magiceye issues
Sort by recently updated
recently updated
newest added

Dart 2.7 released it's [null-safety preview](https://medium.com/dartlang/dart-2-7-a3710ec54e97#ced7). With this feature, Dart will be able to make all the null checks on compile-time instead of runtime, which is safer. This experimental work...

enhancement

As discussed on #6, although it's not currently viable to provide a way to make burst capture of images, it is possible to provide a way to take photos sequentially...

enhancement

Since v0.1.6+1, the Github Actions configured are not passing. This seems to be because of some analyzer related issues.

bug
stale

Some kind of regressions may be prevented by writing tests that reproduce the default behavior of the component. Of course, it's not a trivial task to cover all the cases,...

enhancement

The current example is stable and works as it is. However, it has only the simplest configuration possible. It would be nice to have an example with diverse MagicEye possibilities,...

documentation
good first issue

Currently, the CameraPreview is aligned to the bottom. When a device has an higher aspect ratio than the camera's, a black area will appear at the top, in the remaining...

enhancement