Skip to content

Releases: Soneso/stellar_flutter_sdk

improve null safety

11 Dec 10:31
Compare
Choose a tag to compare

This release improves the null safety functionality of the sdk. Prior to this release, null safety was supported by generated code, with most member variables and parameters of constructors and functions set as optional. We have corrected this, so that it is now precisely defined which variables are not nullable.

Other improvements of this release are:

  • performance improvement
  • documentation improvement and update
  • improvement of test cases

update dependency packages

01 Oct 13:51
Compare
Choose a tag to compare
  • update dependency packages to newest versions
  • update sdk to work with the newest packages
  • fix example app build

Update SEP-005 & SEP-001

30 Sep 12:04
Compare
Choose a tag to compare
  • update sep-005 : add malay language
  • update sep-001: improve and add new fields

txrep support for protocol 19

02 Aug 09:48
Compare
Choose a tag to compare

adds support for protocol 19 to txrep (SEP-0011)

SEP-0007 Support

28 Jul 11:09
Compare
Choose a tag to compare

adds utility features to facilitate the implementation of SEP-0007 in a Flutter Wallet

Protocol 19 support

09 May 23:43
Compare
Choose a tag to compare

Add support for protocol 19, see #42

bugfix stack overflow error

26 Apr 14:37
Compare
Choose a tag to compare

improvements and bugfixes

06 Apr 11:49
Compare
Choose a tag to compare
  • extend example app - add Stellar Quest Series 1 & 2
  • bugfixes xdr transaction result parsing - see issue #40

support muxed accounts by default

25 Jan 20:27
Compare
Choose a tag to compare
  • Muxed accounts are now supported by default (see #39)
  • fix sep-0012 headers
  • improve documentation

bugfixes

11 Jan 10:40
Compare
Choose a tag to compare
  • fix sep-10 transaction post - clone request header - see #38
  • fix revoke sponsorship operation (revokePreAuthTxSigner, revokeSha256HashSigner)
  • improve documentation