Thank you for this library, I have successfully implemented the functionality to receive shared files.
However, I have one more question: In iOS, when opening the share bottom sheet from another app (e.g., Files), how can I add my own app to the actions at the bottom, as shown in the picture? Alternatively, are there any keywords that can describe this feature so I can search for how to implement it?
I think what you are looking for might be found in the package share_plus. However, I believe the share sheet you are referring to can only be modified by its parent app, not apps that are requesting the data.
Thank you for this library, I have successfully implemented the functionality to receive shared files.
However, I have one more question: In iOS, when opening the share bottom sheet from another app (e.g., Files), how can I add my own app to the actions at the bottom, as shown in the picture? Alternatively, are there any keywords that can describe this feature so I can search for how to implement it?