Miguel Beltran

Results 236 comments of Miguel Beltran

One thing that seems to be wrong is this line here: https://github.com/fluttercommunity/plus_plugins/blob/640bd92d4ba2d1df70ad969fd29f2442587d3a41/packages/share_plus/share_plus/ios/Classes/FLTSharePlusPlugin.m#L351 The code is trying to encode a text string as a URL, this causes that the share sheet...

Released 4.1.0 of share_plus with a fix for iOS. Please see the PR #1055 for more information. If you still face issues, please open a new Issue with version 4.1.0...

A new version of share_plus 4.1.0 has been released with fixes for sharing text on iOS. Please check with this new version of the plugin and open a new GitHub...

This looks very interesting indeed! However, I am not in favor of adding a new method that only works on Windows. Is there a chance that this could be implemented...

There are some tests failing as well, can you take a look at those? also, see if you can add new ones.

The tests in `share_plus_platform_interface` are failing and should be fixed before merging. Also, there's formatting issues affecting all packages, but that may be due to an upgrade in the Dart...

Thanks, currently pending on https://github.com/fluttercommunity/plus_plugins/pull/832

to be sure, check that your AndroidManifest is complete: https://github.com/fluttercommunity/plus_plugins/blob/main/packages/android_alarm_manager_plus/README.md#getting-started and also, your code says `seconds: 1` not `seconds: 10`. The native AlarmManager is not super reliable either.

Adding an explanation to the README is more than welcome. If anyone wants to submit the PR please do.