mirror of
https://github.com/gokadzev/Musify.git
synced 2026-03-13 15:20:46 +08:00
2.3 KiB
2.3 KiB
1.4.5
- Update android to use compileSdkVersion 30
1.4.4
- Enabled null safety
- Fix frozen app after sharing. Fix requires you to update your Sharing Extension Class (Check example project)
- Fix regression regarding link propagation
1.4.3
- Fix suppressed link propagation to other modules on iOS
1.4.2
- Migrage to flutter android embedding v2
- Fix crash while getting raw files path on Android
1.4.1
- Preserve original file name
Note. Updating your Sharing Extension Class is required (please check that in the example project)
1.4.0
- Added support for sharing any type of file
Breaking changes
- In your project
ios/Runner/Info.plistplease change 'SharePhotos' to 'ShareMedia' as follows
<key>CFBundleURLSchemes</key>
<array>
<string>ShareMedia</string>
1.3.3
- Fixed the >= 4.2 Swift compiler parsing errors
1.3.2
- Fix Some photos and videos have wrong extension names
- Fix sharing dialog doesn't close properly
Note. Both fixes require you to update your Sharing Extension Class (please check that in the example project)
1.3.1+1
- Remove unnecessary code
1.3.1
- Fixed iOS 13 bugs
1.3.0
- Video support.
Breaking changes
Updated
ShareViewController.swiftPlease copy the whole class again as there are many code changes.getInitialImagechanged togetInitialMediafor images and videosgetImageStreamchanged togetMediaStreamfor images and videos- both
getInitialMediaandgetMediaStreamnow return video duration and thumbnail along with the shared file path
Removed
getInitialImageAsUrigetImageStreamAsUri
1.2.0+1
- New method added to reset the already consumed callbacks
1.1.5
- Example project updated. Check the method [handleImages] in example/Sharing Extension/ShareViewController.swift
- Fix some images are not successfully shared on iOS
1.1.4
- Add screen recorded demo
1.1.3
- Fix sharing image does not work sometimes on iOS and on Android when sharing from google photos (cloud)
1.1.2
- Return absolute path for images instead of a reference that can be used directly with File.dart
- Refactor code
1.0.1
- Bug fixes and updated api name
1.0.0
- Add support for urls
0.9.2
- Remove un-necessary jar libraries
0.9.1
- Fix issue where sharing in iOS simulator does not work