Miguel Beltran

Results 236 comments of Miguel Beltran

Hi @adnankhan74444 could you check if: - this issue happens with other files - this issue happens when sharing with other apps (e.g. Telegram?) - this issue happens when implementing...

Feel free to try to debug the issue and figure out what is wrong, since you also own this device. If you send a PR with the fix I will...

share_plus uses `Intent.createChooser` from Android internally, which is what is being used in the official Android docs: https://developer.android.com/training/sharing/send tbh I am not sure what other apps may be doing. Any...

> I would refrain from such a change at the moment as there was an announcement that a large portion of the plus plugins may be refactored. When we do...

There are some packages that implement copy to clipboard already: https://pub.dev/packages?q=copy+to+clipboard shouldn't that be enough for you? You could wrap your functionality and decide to use share_plus or a clipboard...

Feel free to submit a PR with better functionality, but keep in mind that the BatteryStatus in an abstraction that should support six different platforms.

I think there were a couple of PRs already upgrading ffi for win on other plugins in this repo. I'll try to do this during this week, but if you...

Actually, ffi is already at 2.0.1 for package_info_plus_windows 3.0.0, and you are using an old version of device_info_plus. Upgrade to the latest device_info_plus.

I wonder if this is a limitation on the Android OS API itself. It would be good to check if this is actually possible natively, and if so, port the...