ably_flutter 1.2.2-preview.1 copy "ably_flutter: ^1.2.2-preview.1" to clipboard
ably_flutter: ^1.2.2-preview.1 copied to clipboard

outdated

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

Changelog #

1.2.2-preview.1 #

This is a preview release of v1.2.2, which adds support for push notifications, including device activation with Ably (including device registration with APNs / FCM) and subscribing devices for push notifications. Check out the dedicated documentation (PushNotifications.md) and the example app (push_notification_service.dart) for more information.

Full Changelog

Implemented enhancements:

  • Push Notifications Device Registration (activation) and device subscription #107

Merged pull requests:

  • Add documentation for token authentication #155 (ben-xD)
  • Push notifications (activation and subscription) #140 (ben-xD)

v1.2.1 #

Full Changelog

Implemented enhancements:

  • Migrate to null safety #82

Closed issues:

  • Investigate libraries that can help leverage our push implementation #142
  • Could not find method coreLibraryDesugaring() for arguments #130
  • Create code snippets for homepage (flutter) #124
  • Make this SDK ready for the first non-preview release #102
  • Activate and getting Push Notifications #54

Merged pull requests:

  • Bump ws from 5.2.2 to 5.2.3 in /example/test_harness #145 (dependabot[bot])
  • Skip 1 failing test, fix 1 failing test and schedule tests on main twice a day #144 (ben-xD)
  • Refactor large files into 1 file per class #138 (ben-xD)
  • Add instructions for M1 macs and fixing ruby fatal error for example apps #137 (ben-xD)
  • Migrate to null-safety #136 (tiholic)

v1.2.0 #

Full Changelog

Merged pull requests:

  • Add support message extras and its extensions [TM2i] #123 (tiholic), fixing #11
  • add docs for rest and realtime presence #114 (tiholic)
  • REST - Channels & publishing messages #45 (tiholic)

1.2.0-preview.2 #

Full Changelog

Implemented enhancements:

  • Presence subscription example #53
  • typed Message#data #35

Fixed bugs:

  • compilation error on iOS #112

Merged pull requests:

1.2.0-preview.1 #

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:

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

45
likes
0
points
9.28k
downloads

Publisher

verified publisherably.com

Weekly Downloads

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