ably_flutter_plugin
A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
1.0.1
ably/ably-flutter
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
4 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Nov 2020 to Feb 2021Releases
latest 4-
1.0.117 Feb 2021Release notes
Open source →Created branch
discontinued/1.0.1as the codebase snapshot toflutter pub publishfrom in order to mark the package under the old name as discontinued. -
1.0.1-discontinued.117 Feb 2021 pre-releaseNothing published for this version
-
1.0.0+dev.113 Nov 2020Release notes
Open source →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:ClientOptionscan be created by passing an API token (ClientOptions.fromKey)defaultTokenParams,authCallbackandlogHandlerare 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)
* This Changelog was generated with assistance from the github_changelog_generator
- Create a REST or Realtime instance by passing
-
1.0.0+dev.217 Nov 2020Release notes
Open source →Conforming to pub.dev recommendations, following initial upload to the platform.