ably_flutter_plugin 1.0.1 copy "ably_flutter_plugin: ^1.0.1" to clipboard
ably_flutter_plugin: ^1.0.1 copied to clipboard

discontinuedreplaced by: ably_flutter

A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.

Changelog #

1.0.1 #

Created branch discontinued/1.0.1 as the codebase snapshot to flutter pub publish from in order to mark the package under the old name as discontinued.

1.0.0+dev.2 #

Conforming to pub.dev recommendations, following initial upload to the platform.

1.0.0+dev.1 #

The first, development preview of our Flutter plugin, wrapping our iOS Cocoa and Android client libraries.

Supported functionality #

  • Create a REST or Realtime instance by passing ClientOptions:
    • ClientOptions can be created by passing an API token (ClientOptions.fromKey)
    • defaultTokenParams, authCallback and logHandler are not supported yet
  • Get a REST channel and publish messages
  • Listen for Realtime connection state changes using a stream subscription
  • Listen for Realtime channel state changes using a stream subscription
  • Connect and disconnect Realtime channels
  • Attach and detach Realtime channels
  • Subscribe for messages on a Realtime channel using a stream subscription
  • Publishing messages on a Realtime channel

Merged pull requests: #

* This Changelog was generated with assistance from the github_changelog_generator

16
likes
20
pub points
47%
popularity

Publisher

verified publisherably.com

A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, meta, pedantic

More

Packages that depend on ably_flutter_plugin