Morgan

Results 15 issues of Morgan

May as well support this as well =D.

enhancement

Right now, this plugin handles the 'difficult' part of getting images from the camera and hooking it into the processing part (which can't quite be done just using the Flutter...

Seems to return `Unknown encoding` rather than an error when binary encoded data is returned i.e. ![out](https://user-images.githubusercontent.com/16041213/46378250-a0b24d80-c660-11e8-94f4-3c72e1489345.png) Should add a check for this and throw an error of some sort.

When building with flutter I'm getting this error: `fatal error: lipo: -extract armv7 specified but fat file: /build/ios/Debug-iphoneos/Runner.app/Frameworks/ObjectBox.frame`work/ObjectBox does not contain that architecture` As much as I don't think I...

enhancement
needs more interest

On both Android and iOS a deadband is used so that rotation only happens when the device is rotated past a certain point. Also, it doesn't seem that the rotation...

enhancement

It would be extraordinarily useful if retrolambda spit out a warning if java.util.function.* functions or other known backwords-incompatible code is found. This could be configurable to either not show warnings...

Related to #13. I have a datastore with a List of Entities that I'm trying to interact with from dart.

This might not make sense in all cases and is just a suggestion, but many of the websites with a shared backend have a name for their login system -...

new quirk type/format suggestion

Calculates relative to sortable-list element for children and when it applies the transform subtracts the top and left. This is because all events get position relative to window, but the...

I've tried using sortable-list within an element that has been transformed (to be honest, just rotateZ(0)). This causes the width & height of the elements when dragging to be wrong...