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

outdated

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

PubNub Dart SDK Coverage #

Quick start #

  1. To get started, add pubnub as a dependency in your pubspec.yaml.
dependepcies:
  pubnub: ^1.0.0
  1. Run pub get in your project.
  2. Import PubNub into your application!
import 'package:pubnub/pubnub.dart';

Contributing #

  1. Clone the repository.
$ git clone https://github.com/pubnub/dart.git
  1. Enter the directory and install dependencies.
$ cd dart
$ pub get
  1. Run the build_runner to generate necessary source files.
$ pub run build_runner build
48
likes
0
pub points
92%
popularity

Publisher

verified publisherpubnub.com

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

Homepage

License

unknown (LICENSE)

Dependencies

async, cbor, collection, crypto, dio, json_annotation, logging, meta, pool, uuid

More

Packages that depend on pubnub