Skip to content

Releases: Soneso/stellar_flutter_sdk

add support for soroban prev 8

08 Apr 21:18
Compare
Choose a tag to compare
1.5.3

add support for soroban prev 8

soroban prev 7 & auth next support

03 Mar 20:53
Compare
Choose a tag to compare

improve submit transaction response

30 Jan 17:57
Compare
Choose a tag to compare
  • add fee meta xdr
  • improve and fix tx result xdr
  • improve and fix tx result meta xdr
  • improve success check

Soroban support

22 Jan 17:24
Compare
Choose a tag to compare

This release adds experimental soroban support

improve webauth (sep-0010)

20 Dec 17:26
Compare
Choose a tag to compare
  • add client domain signing delegate to webauth (sep-0010)
  • extend and improve webauth test
  • extend an improve webauth documentation

see also #51

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