Flutter · · 1 min read

Flutter SDK v0.18.0 released

Platform compatibility updates and a refreshed API, along with several breaking changes, for the Flutter SDK.

Flutter SDK v0.18.0 released

Today we're releasing v0.18.0 of the TalkJS Flutter SDK. This release keeps the SDK compatible with upcoming changes across the iOS and Android ecosystems, and brings various API refinements.

Platform compatibility

This release adds support for:

As part of this work, we also forked and updated flutter_apns_only, a push notification dependency, to bring it up to date with Swift Package Manager and UIScene support.

Because supporting Swift Package Manager requires a higher minimum Flutter version, this is a breaking release. See the breaking changes list for what to update. 

With these dependency updates, the minimum requirements are now:

API and behavior changes

This release also bundles in a few other additions and breaking changes at the same time, rather than spreading them across multiple releases. These include:

Added

Breaking changes

Check out the Flutter SDK documentation for full details.