flutter_share_receiver 1.0.3
flutter_share_receiver: ^1.0.3 copied to clipboard
A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps.
1.0.3 #
- Fixed iOS build error: Updated import statements in ReceiveSharingIntentPlugin.m to use correct module name
- Resolved 'receive_sharing_intent-Swift.h' file not found error
1.0.2 #
- Fixed iOS podspec file naming and module imports
- Updated example iOS files to use correct module name
- Resolved pod install issues on iOS
1.0.1 #
- Fixed the issue with the
SharedMediaFile
class not being found.
1.0.0 #
- Initial release of flutter_share_receiver - forked from receive_sharing_intent
- Package renamed from receive_sharing_intent to flutter_share_receiver
- Ready for publication on pub.flutter-io.cn