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

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

Changelog #

2.0.0-dev.12 - 2023-04-14 #

  • Fix: asset config params

2.0.0-dev.11 - 2023-03-27 #

  • Fix: signing msig tx as rekeyed account

2.0.0-dev.10 - 2023-03-21 #

  • Better support for uint64 (fee, rounds)
  • ARC-35 setup
  • Removed KMD (available as seperate package)
  • Deprecated templates
  • Deprecated ED25519PublicKey

2.0.0-dev.9 - 2023-03-20 #

  • Better support for uint64 (de)serialization (msgpack/json)

2.0.0-dev.8 - 2023-03-16 #

  • Reverted collection dependency

2.0.0-dev.7 - 2023-03-16 #

  • List exclude
  • Export serializers
  • Updated dependencies

2.0.0-dev.6 - 2022-12-15 #

  • Boxes support
  • msig auth address
  • Bugfixes
  • General API improvements

2.0.0-dev.5 - 2022-12-15 #

  • Small improvements
  • TealValue BigInt support

2.0.0-dev.4 - 2022-08-09 #

  • Added support for TEAL v6 & AVM 1.1
  • AtomicTransactionComposer
  • Removed named parameter for Algorand addresses - breaking
  • Transaction creation helper methods

2.0.0-dev.3 - 2022-04-21 #

  • Added exclude option for account by id
  • Added assets
  • Added created-assets
  • Added created-applications

2.0.0-dev.2 - 2022-03-28 #

  • Bugfix clients
  • Fix assetholding creator

2.0.0-dev.1 - 2022-03-08 #

  • Support for BigInt asset params: total

1.0.2 - 2022-03-08 #

  • Added minimum balance
  • Rekeying fix
  • Updated AlgoExplorer endpoints
  • Small bugfixes
  • Algorand Exception message

1.0.1 - 2022-01-12 #

  • Fix application arguments Uin64 encoding

1.0.0 - 2021-11-05 #

  • Support AVM 1.0 & TEAL v5
  • Bugfixes
  • Utility methods
  • Updated dependencies
  • Added AVM examples

0.0.2-beta.8 - 2021-09-05 #

  • Clean up and refactoring
  • Optional Algorand Constructors
  • Added examples
  • Set up CI for Pull Requests
  • Add support for Address in toApplicationArguments

0.0.2-beta.7 - 2021-08-26 #

  • Rekeying
  • MessagePack decoding
  • Added support for contract templates
  • Added support for KMD
  • Implementation tests

0.0.2-beta.6 - 2021-07-24 #

  • Added support for smart contracts
  • Added support for logic signatures
  • Added support for multisignatures
  • Added support for TEAL signing
  • Added support for key registration transactions

0.0.2-beta.5 - 2021-06-15 #

  • Added support for raw transactions
  • Added support for AlgoSigner Web Plugin
  • Added support for Atomic Transfers
  • Bugfix group serialization

0.0.2-beta.4 - 2021-04-30 #

  • Bugfix zero amount transaction
  • Added export for Dio HTTP
  • Added support for AlgoExplorer API

0.0.2-beta.3 - 2021-03-15 #

  • Bugfix in AlgoUnit
  • Added Indexer AssetTransfer
  • Added balance helper method

0.0.2-beta.1 0.0.2-beta.2 - 2021-03-11 #

  • Effective Dart
  • Documentation
  • Readme

0.0.1-beta.1 - 2021-03-11 #

  • Upgraded to Null Safety
  • Effective Dart
  • Small bug fixes

0.0.1-dev.1 - 2021-03-10 #

  • initial beta release