ably-flutter
                                
                                
                                
                                    ably-flutter copied to clipboard
                            
                            
                            
                        A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
I have problem on Android devices that I get notifications only on background and foreground state. If app is in the terminate state, app does not get any notification ┆Issue...
Now I am using latest package of Ably 1.2.15. Flutter version 2.5.3 Reference to ISSUE : https://github.com/ably/ably-flutter/issues/429 QuintinWillison ikbalkaya If I send notifications then in Android (in terminated state) Application...
Currently there are similar implementations in * `impl/rest/channels.dart` (`publish`) * `impl/realtime/channels.dart` (`publish`) * `impl/realtime/realtime.dart` (`connect`) ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4612) by [Unito](https://www.unito.io)
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.0.1, on macOS 12.3 21E230 darwin-x64, locale en-GB) [✓] Android toolchain - develop for Android devices...
When will this plugin be supported for Windows? ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4614) by [Unito](https://www.unito.io)
I'm getting these **PlatformException** reports in Firebase Crashlytics from `ably_flutter` package. Stacktrace attached. [com.atono.droppay_issue_651deded2d2148c2f3126a4ecfef5e5b_crash_session_6438ED7702140001717933A6E2DCBB88_DNE_0_v2_stacktrace.txt](https://github.com/ably/ably-flutter/files/11230332/com.atono.droppay_issue_651deded2d2148c2f3126a4ecfef5e5b_crash_session_6438ED7702140001717933A6E2DCBB88_DNE_0_v2_stacktrace.txt) ┆Issue is synchronized with this [Jira Bug](https://ably.atlassian.net/browse/ECO-4615) by [Unito](https://www.unito.io)
I can't call the event in function notificationTapLaunchedAppFromTerminated when the user taps the notification while the app is shutting down. When I debug I notice the function onNotificationTap hanlde event...
* open app "Auto start" setting * activate push when flutter runApp called * crash I check the log below:  PushActivationEventHandlers.java ```java private void returnMethodCallResult(MethodChannel.Result result, @Nullable ErrorInfo errorInfo)...
Hey hey, I'm using background push notifications and awesome_notification to create local notifications. So far it's working rather well, so thank you. I'm calling: `ably.Push.notificationEvents.setOnBackgroundMessage()` Which does wake up the...
Add `token` property to ClientOptions class. See: https://www.ably.io/documentation/rest/usage#client-options ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4619) by [Unito](https://www.unito.io)