Luke Hutchison

Results 108 issues of Luke Hutchison

Would it be possible to add a minimum size parameter, which specifies the minimum size for the shortest axis of the crop window? Without this, images can end up lower...

need fix

If the crop widget does not reach all the way to the sides of the screen, then it is possible to drag corner circles outside of widget area. If you...

### Steps to reproduce I switched between Flutter channels. Now no matter which channel I use, I get constant "Exhausted heap space" errors when running any Dart code. * `flutter...

in triage

With the latest version of `flutter_email_sender` I get the following deprecation warning during build: ``` > Task :flutter_email_sender:compileReleaseKotlin w: /home/luke/.pub-cache/hosted/pub.dev/flutter_email_sender-6.0.1/android/src/main/kotlin/com/sidlatau/flutteremailsender/FlutterEmailSenderPlugin.kt: (170, 29): 'resolveActivity(Intent, Int): ResolveInfo?' is deprecated. Deprecated in Java...

If I scale an image down using cubic scaling, the pixels appear "locally jumbled", which in an image processing algorithm typically indicates that the weights in adjacent pixels were inadvertently...

`image` has good support for reading image metadata. There isn't another library out there that really does this -- https://pub.dev/packages/exif only works for JPEG images, for example. Maybe because of...

The left child of node `i` has index `2 * i + 1`, and the left child has index `2 * i + 2`. You are using `2 * i`...

Currently `JsonObject` methods like `JsonObject::getBoolean` take only a field name, and look up the field directly in the embedded `Map` instance. It would be nice if `JsonObject` supported syntax like...

With an inline comment, the last two parameters here get put on the same line, which shouldn't be the case, since the last parameter has a trailing comma: ```dart await...

If I use MetaMask through WalletConnect, then when I change the network in the wallet, the `chainId` is correctly updated in the provider, as is the RPC URL, but `eth-json-rpc-middleware`...