multiversx_sdk 0.5.0 copy "multiversx_sdk: ^0.5.0" to clipboard
multiversx_sdk: ^0.5.0 copied to clipboard

A comprehensive Dart library for MultiversX blockchain development, simplifying blockchain interactions for Flutter and Dart developers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add multiversx_sdk
copied to clipboard

With Flutter:

 $ flutter pub add multiversx_sdk
copied to clipboard

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

dependencies:
  multiversx_sdk: ^0.5.0
copied to clipboard

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:multiversx_sdk/multiversx_sdk.dart';
copied to clipboard
0
likes
150
points
231
downloads

Publisher

verified publisherkleak.dev

Weekly Downloads

2024.09.16 - 2025.03.31

A comprehensive Dart library for MultiversX blockchain development, simplifying blockchain interactions for Flutter and Dart developers.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

convert, http, json_annotation, meta, multiversx_api, multiversx_crypto, pointycastle

More

Packages that depend on multiversx_sdk