fluttercandies / flutter_image_editor

Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Apache License 2.0
407 stars 124 forks source link

Support platform interface #101

Closed CaiJingLong closed 1 year ago

CaiJingLong commented 1 year ago

For other Pull Requests, please wait for the platform interface to complete

Since developers have different development languages, in order to support more target platforms, we are prepared to use platform interfaces to provide standard interfaces, so that other desktop platforms and the web can also be supported.

CaiJingLong commented 1 year ago

There is a problem:

Because the ImageEditor interface signature uses the File of dart:io. Therefore, we cannot be used without breaking change to support web. So, web need wait 2.0 version.

AlexV525 commented 1 year ago

It's a common situation to support platform interface by a breaking change.