Miguel Beltran

Results 236 comments of Miguel Beltran

The questions should be asked on StackOverflow, doesn't seem related to the share_plus plugin.

That makes sense. The Android implementation works similarly: It reads the app version from the APK, not the pubspec.yaml. So if the windows.exe is not using the version defined in...

My only guess is that the os is killing your app to save battery, since it works on other devices. Can you disable battery saving (or some similar option) for...

The way it works on the Android OS is that, if the app is killed by the user (e.g. swipe up, force kill, etc.) the alarms will not fire: https://stackoverflow.com/questions/11658129/android-alarms-cancelled-when-application-is-killed...

Hi @ChristianEdwardPadilla can you elaborate on this change? My guess is that the plugin was originally using `Intent.createChooser(Intent, CharSequence)` https://developer.android.com/reference/android/content/Intent#createChooser(android.content.Intent,%20java.lang.CharSequence), which is available since API 1, but now it uses...

https://github.com/fluttercommunity/plus_plugins/blob/main/packages/share_plus/share_plus/README.md#facebook-limitations-whatsapp-instagram-facebook-messenger

Can you post the full error log? My understanding is that you are mixing Dart code and Java code. You are sending a Dart URI object to the Java native...

makes sense, feel free to submit a PR if you think you can do it!

> I feel it's only possible if we have federated plugins. > > Nope, the dependency would still be there through the other platform dependency unfortunately

Your question is missing some context: - When are you calling that method? - Which platform are you running the app on? - Do you have the same issue when...