nkn_sdk_flutter 0.6.2 copy "nkn_sdk_flutter: ^0.6.2" to clipboard
nkn_sdk_flutter: ^0.6.2 copied to clipboard

Flutter NKN SDK. Send and receive data for free between any NKN clients regardless their network condition without setting up a server or relying on any third party services.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nkn_sdk_flutter

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

dependencies:
  nkn_sdk_flutter: ^0.6.2

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:nkn_sdk_flutter/client.dart';
import 'package:nkn_sdk_flutter/configure.dart';
import 'package:nkn_sdk_flutter/crypto.dart';
import 'package:nkn_sdk_flutter/nkn_sdk.dart';
import 'package:nkn_sdk_flutter/utils/hash.dart';
import 'package:nkn_sdk_flutter/utils/hex.dart';
import 'package:nkn_sdk_flutter/wallet.dart';
7
likes
150
points
76
downloads

Publisher

verified publishernkn.org

Weekly Downloads

Flutter NKN SDK. Send and receive data for free between any NKN clients regardless their network condition without setting up a server or relying on any third party services.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

convert, crypto, flutter, logger

More

Packages that depend on nkn_sdk_flutter