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.
Updated permission section in `PushNotifications` documentation: - added recommendation to use `permission_handler` package - marked old iOS only solution as deprecated - add link to the refactoring issue ## Summary...
The current `Push#requestPermission` method has several major issues: 1. It only works for iOS and lacks support for Android. 1. It requires the Ably client to be initialized, which is...
No issues when running on io/android, but when running on chrome, I got the error "MissingPluginException(No implementation found for method resetAblyClients on channel io.ably.flutter.plugin)" ┆Issue is synchronized with this [Jira...
fixes some issues with no longer supported versions android CI is still broken even after these changes, but this at least gets iOS running again
``` Realtime( options: ClientOptions( key: ABLYAPIKEY, autoConnect: true, disconnectedRetryTimeout: 500, suspendedRetryTimeout: 500, logLevel: LogLevel.verbose, ), ); ``` Does the above source code work normally? I think it takes almost 10...
It seems to me you don't get notifications from closed issues, so I'm opening new one regarding https://github.com/ably/ably-flutter/issues/531#issuecomment-2273771451 because the bug is still not fixed ┆Issue is synchronized with this...
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=2, address=0x16d527fd0) frame #0: 0x0000000180aa5c18 CoreFoundation`__CFStrAllocateMutableContents CoreFoundation`: -> 0x180aa5c18 : stp x20, x19, [sp, #-0x20]! 0x180aa5c1c : stp x29, x30,...
Closes #557 Some users use APNs via FCM, so there should be an option to turn-off default handling of push notifications in iOS Ably Flutter to give user an ability...
I am using Ably Flutter on a mobile application project. When running the app on the iOS emulator on Mac OS, the app crashes with the error: Thread 1: "-[NSTaggedPointerString...