# Flutter SDK v7.0.0 Migration Guide

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. |
