Brett
Brett
Set it up according to the documentation.
Check out the [README](https://github.com/openimsdk/openim-flutter-demo/blob/main/README.zh-CN.md) and adjust your development environment.
Check whether the problem is caused by other environment settings.
Hi, it is recommended to upgrade to v3.
@pokid Hi, if you want to transfer, use [ex](https://github.com/openimsdk/open-im-sdk-flutter/blob/91b0f4eb001b88b1c5dee0b0bc57b79dccd588bd/lib/src/models/message.dart#L73); if it's just local, use [localEx](https://github.com/openimsdk/open-im-sdk-flutter/blob/91b0f4eb001b88b1c5dee0b0bc57b79dccd588bd/lib/src/models/message.dart#L46).
@iostiny hi, 3.0.0 tag for iOS release framework is here. https://github.com/OpenIMSDK/Open-IM-SDK-iOS/releases
@akashshrestha123 Hi, please provide the error information.
@akashshrestha123 hi, Have you set up a listener? Something like [this](https://github.com/openimsdk/open-im-flutter-demo/blob/main/lib/core/controller/im_controller.dart).
@akashshrestha123 @cipchk Hi, the main steps are to initialize the SDK, set the listener, and log in. [This file](https://github.com/openimsdk/open-im-flutter-demo/blob/main/lib/core/controller/im_controller.dart) shows the functions of initializing the SDK and setting the listener....