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
101 stars 16 forks source link

Save image with unit8list #22

Closed natsuk4ze closed 1 year ago

natsuk4ze commented 1 year ago

Overview

Ability to save images from Uint8List. No need to prepare a temporary file, and works fast.

I removed putVideoBytes() for several reasons.

Related Issues (Optional)