Flutter SDK v7.0.0 Migration Guide

This guide is to provide information about breaking changes and how to migrate from 6.x.x version to v7.0.0. AmitySDK 7.0.0 is the major release of our SDK.

This guide covers all the breaking changes created to transition from the older version to this version.

AmityCoreClientOption

Property | Class
Changes
Remarks

AmityRegionalSocketEndpoint

Removed

Socket service is removed from SDK.

MessageRepository

Property | Methods
Changes
Remarks

newGetMessages(String subchannelId)

Deprecated

Use getMessages(String subchannelId) instead.

newCreateMessage(String subchannelId)

Deprecated

Use createMessage(String subchannelId) instead.

Last updated

Was this helpful?