Skip to content

Latest commit

 

History

History
84 lines (64 loc) · 5.67 KB

CHANGELOG.md

File metadata and controls

84 lines (64 loc) · 5.67 KB

Changelog

Full Changelog

With this release we are conforming our version numbering to match that used in our other client libraries. This reflects the fact that this plugin is heading towards compliance with version 1.2 of our Features Specification, also aligning with the underlying implementations of ably-cocoa and ably-java.

Fixed bugs:

  • Unhandled TimeoutException error being thrown occassionally #72

Closed issues:

  • native dart implementation #76
  • Improve our "pub points" score on pub.dev #65
  • Ably Flutter - Error building for android: target SDK less than 24 #25

Merged pull requests:

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

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