Releases: ably/ably-flutter
Releases · ably/ably-flutter
1.0.0, Development Preview 2
Conforming to pub.dev recommendations, following initial upload to the platform.
1.0.0, Development Preview 1
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
andlogHandler
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:
- iOS podspec tweaks #46 (QuintinWillison)
- Drive test example #32 (zoechi)
- Manual testing on RTN14 and RTN15 #27 (tiholic)
- Fix: iOS hot-restart issue with active listeners #26 (tiholic)
- Realtime Publish #23 (tiholic)
- Realtime message subscription #21 (tiholic)
- Realtime Channel attach, detach and state events #20 (tiholic)
- Synchronous API for creating instances and Hot-reload fix #18 (tiholic)
- Improve pubspec #17 (QuintinWillison)
- re-codec using JSON and Codegen #13 (tiholic)
- Pilot implementation for Realtime event based API's - ConnectionStateChange #6 (tiholic)
- Feature/platform message encoding #5 (tiholic)
- Feature/ios rest #4 (tiholic)
- Prepare for publish #3 (QuintinWillison)
- Publishing rest messages - android only #2 (tiholic)