natsuk4ze / gal

How to Save Image or Video to Photo Gallery in Flutter
https://pub.dev/packages/gal
BSD 3-Clause "New" or "Revised" License
99 stars 15 forks source link

Support Android API 21-23 #27

Closed natsuk4ze closed 1 year ago

natsuk4ze commented 1 year ago

CompletableFuture in java8 is not available for Android API less than 24 and will crash.

completed:

natsuk4ze commented 1 year ago

I am sure that is the cause. However, I would consider migrating the native Android code from java to kotlin.

natsuk4ze commented 1 year ago

Now test-fix is settled, I'm bcak to this.