freewheelnat / flutter_plugins_help

Connecting Android and iOS developers to develop flutter plugins.
29 stars 1 forks source link

Image manipulation in the background #9

Open vagrantrobbie opened 6 years ago

vagrantrobbie commented 6 years ago

Using the https://pub.dartlang.org/packages/image lib is handy but resizing images from the Photo Gallery on a device, because they are large, causes the UI to "lock up". It would great if we could take this process outside Flutter and have these methods (decode or encode, apply filters etc) available asynchronously.

I am thinking similar functions as this (for AIR) https://airnativeextensions.com/extension/com.distriqt.Image