fluttercandies / saver_gallery

MIT License
15 stars 15 forks source link

Fixing iOS bug for saving videos #1

Closed MuhammedRefaat closed 1 year ago

MuhammedRefaat commented 1 year ago

Saving videos is not working in iOS because:

  1. It's expecting some arguments in the swift file SwiftSaverGalleryPlugin.swift which are not passed through the channel from flutter side, I've edited the swift file accordingly to fix this issue, and I did make sure it's working fine from my side.
  2. There is Null Safety issue which needs to be handled, and I did that in the last commit.
zhangruiyu commented 1 year ago

version 1.0.6 has been released use saver_gallery: ^1.0.6 thank you for your pull requests

MuhammedRefaat commented 1 year ago

Amazing, you are welcome, and thank you for the quick response.