Ole Spaarmann
Ole Spaarmann
Hi @mgallo , first of all thank you for your contribution and work! I would like to understand if this library is still actively maintained. The last changes are a...
Hey @thmsmlr, thank you for providing this library. I am using it and it has proven very helpful. There are a lot of PRs and issues open, some of them...
Hey, thank you for providing this package! I noticed that I quite often get a `Mint.TransportError` exception that is not being caught by the retry logic. So I have to...
### What happened? When calling `OneSignal.User.removeEmail("[email protected]");`, the email is not removed from OneSignal. ### Steps to reproduce? ```Markdown 1. Install `5.3.4` of the Flutter SDK 2. Initialize OneSignal OneSignal.Debug.setLogLevel(OSLogLevel.none); OneSignal.Debug.setAlertLevel(OSLogLevel.none);...
Hi, the docs at https://pub.dev/documentation/onesignal_flutter/latest/ are incomplete. Functions like `addEmail` or `removeEmail` are completely missing. This makes it harder to set up the SDK and doesn't necessarily increase trust in...