- Video support.
ShareViewController.swift
Please copy the whole class again as there are many code changes.getInitialImage
changed togetInitialMedia
for images and videosgetImageStream
changed togetMediaStream
for images and videos- both
getInitialMedia
andgetMediaStream
now return video duration and thumbnail along with the shared file path
getInitialImageAsUri
getImageStreamAsUri
- New method added to reset the already consumed callbacks
- Example project updated. Check the method [handleImages] in example/Sharing Extension/ShareViewController.swift
- Fix some images are not successfully shared on iOS
- Add screen recorded demo
- Fix sharing image does not work sometimes on iOS and on Android when sharing from google photos (cloud)
- Return absolute path for images instead of a reference that can be used directly with File.dart
- Refactor code
- Bug fixes and updated api name
- Add support for urls
- Remove un-necessary jar libraries
- Fix issue where sharing in iOS simulator does not work