algorand_dart 2.0.0-dev.14 copy "algorand_dart: ^2.0.0-dev.14" to clipboard
algorand_dart: ^2.0.0-dev.14 copied to clipboard

Unofficial community SDK to interact with the Algorand network, for Dart & Flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add algorand_dart
copied to clipboard

With Flutter:

 $ flutter pub add algorand_dart
copied to clipboard

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

dependencies:
  algorand_dart: ^2.0.0-dev.14
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:algorand_dart/algorand_dart.dart';
copied to clipboard
35
likes
130
points
167
downloads

Publisher

verified publisherkotapp.io

Weekly Downloads

2024.07.05 - 2025.01.17

Unofficial community SDK to interact with the Algorand network, for Dart & Flutter

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

algorand_json, algorand_msgpack, base32, buffer, collection, convert, crypto, cryptography, dio, equatable, json_annotation, retrofit

More

Packages that depend on algorand_dart