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

Sushichain flutter crypto package

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sushichain

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

dependencies:
  sushichain: ^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:sushichain/basic_wallet.dart';
import 'package:sushichain/encrypted_wallet.dart';
import 'package:sushichain/full_wallet.dart';
import 'package:sushichain/keypair.dart';
import 'package:sushichain/model.dart';
import 'package:sushichain/network.dart';
import 'package:sushichain/wallet_error.dart';
import 'package:sushichain/wallet_factory.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Sushichain flutter crypto package

Homepage

License

MIT (LICENSE)

Dependencies

convert, crypto, dartz, flutter, pointycastle, quiver_hashcode

More

Packages that depend on sushichain