dartez 2.0.1 copy "dartez: ^2.0.1" to clipboard
dartez: ^2.0.1 copied to clipboard

A flutter package which provides the functionalities to play around with tezos dApps

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartez

With Flutter:

 $ flutter pub add dartez

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

dependencies:
  dartez: ^2.0.1

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:dartez/dartez.dart';
3
likes
0
pub points
43%
popularity

Publisher

unverified uploader

A flutter package which provides the functionalities to play around with tezos dApps

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bip32, bip39, blake2b, bs58check, convert, crypto, ed25519_hd_key, flutter, http, js, secp256k1, sodium, sodium_libs, unorm_dart

More

Packages that depend on dartez