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.
As we have added support for more parts of the 1.2 spec we need to update SDK documentation and make sure that relevant code samples are added to the docs.
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...
Currently, the CI runner for Android uses SDK version 21 and 29. To make sure Ably is compatible with latest versions of Android, we can replace the SDK 29 emulator...
CI jobs are randomly failing with `Original error: ext.flutter.driver: (112) Service has disappeared`. We need to investigate further. For an example, see https://github.com/ably/ably-flutter/runs/4241734082?check_suite_focus=true ┆Issue is synchronized with this [Jira Bug](https://ably.atlassian.net/browse/SDK-1371)...
I've noticed that Kotlin dependency is included in the package, but I failed to find any Kotlin-related components, or Kotlin code. We should probably investigate if including Kotlin is necessary...
Some push-related classes like {{PushNotificationEventsInternal}} or {{PushActivationEventsInternal}} contain instances of {{SteamController}}, which is an implementation of {{Sink}}. According to Dart guidelines, instances of {{Sink}} should be closed to avoid leaks,...
This should be a pure source code repository. The generated files make it difficult for reviewers. Plus they can fall out of sync. Generated files should only exist when the...
Add support to get channel lifecycle status Channel lifecycle status is described at [Channel status / REST / [Docs]|https://ably.com/docs/rest/channel-status#metadata-rest] It is currently possible to retrieve channel lifecycle status in ably-go...