pubnub 4.3.4 copy "pubnub: ^4.3.4" to clipboard
pubnub: ^4.3.4 copied to clipboard

PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubnub

With Flutter:

 $ flutter pub add pubnub

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

dependencies:
  pubnub: ^4.3.4

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

Import it

Now in your Dart code, you can use:

import 'package:pubnub/pubnub.dart';
48
likes
110
pub points
91%
popularity

Publisher

verified publisherpubnub.com

PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

async, cbor, convert, crypto, encrypt, form_data, meta, pedantic, pool, xml

More

Packages that depend on pubnub