nim_core_v2_web 10.3.0 nim_core_v2_web: ^10.3.0 copied to clipboard
web implementation of the nim_core plugin. that is a Flutter plugin for NetEase IM SDK.
nim_core_web #
A Flutter web plugin for NetEase IM SDK V2.
To learn more about NIM
, please visit the website
Getting Started #
To get started with NIM
for Flutter,
please see the documentation
Usage #
To implement a new platform-specific implementation of nim_core
, extend
[NimCorePlatform
][2] with an implementation that performs the platform-specific behavior, and when
you register your plugin, set the default
NimCorePlatform
by calling
NimCorePlatform.instance = MyService()
.