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

outdated

Flutter implementaion of NKN client and wallet 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 [...]

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.0.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/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
0
points
13
downloads

Publisher

verified publishernkn.org

Weekly Downloads

Flutter implementaion of NKN client and wallet 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. Data are end to end encrypted by default. Typically you might want to use multiclient instead of using client directly.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert, crypto, flutter, logger

More

Packages that depend on nkn_sdk_flutter

Packages that implement nkn_sdk_flutter