flutter_nimsdk 1.4.9 copy "flutter_nimsdk: ^1.4.9" to clipboard
flutter_nimsdk: ^1.4.9 copied to clipboard

outdated

It encapsulates the plugins of NIMSDK. Currently, it only supports IOS version. It includes audio and video call message processing and im basic function integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_nimsdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_nimsdk: ^1.4.9

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_nimsdk/flutter_nimsdk.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

It encapsulates the plugins of NIMSDK. Currently, it only supports IOS version. It includes audio and video call message processing and im basic function integration.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, json_annotation

More

Packages that depend on flutter_nimsdk