Skip to content

Releases: ably/ably-flutter

1.0.0, Development Preview 2

17 Nov 17:50
8846c4b
Compare
Choose a tag to compare
Pre-release

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

1.0.0, Development Preview 1

13 Nov 15:41
Compare
Choose a tag to compare
Pre-release

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

Available on pub.dev as: ably_flutter_plugin

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: