You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The Soneso open source Stellar SDK for Flutter is build with Dart and provides A
11
11
1. Add the dependency to your pubspec.yaml file:
12
12
```
13
13
dependencies:
14
-
stellar_flutter_sdk: ^1.7.6
14
+
stellar_flutter_sdk: ^1.7.7
15
15
```
16
16
2. Install it (command line or IDE):
17
17
```
@@ -296,6 +296,7 @@ print(response.memo);
296
296
|[SEP-0005: Key derivation](documentation/sdk_examples/sep-0005-key-derivation.md)| In this examples you can see how to generate 12 or 24 words mnemonics for different languages using the Flutter SDK, how to generate key pairs from a mnemonic (with and without BIP 39 passphrase) and how to generate key pairs from a BIP 39 seed. |[SEP-0005](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0005.md)|
297
297
|[SEP-0006: Deposit and Withdrawal API](documentation/sdk_examples/sep-0006-transfer.md)| In this examples you can see how to use the sdk to communicate with anchors. |[SEP-0006](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0006.md)|
298
298
|[SEP-0007: URI Scheme to facilitate delegated signing](documentation/sdk_examples/sep-0007-urischeme.md)| In this examples you can see how to use the sdk to support SEP-0007 in your wallet. |[SEP-0007](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0007.md)|
299
+
|[SEP-0008: Regulated Assets](documentation/sdk_examples/sep-0008.md)| In this example you can see how to use the sdk to support Regulated Assets in your wallet. |[SEP-0008](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0008.md)|
299
300
|[SEP-0010: Stellar Web Authentication](documentation/sdk_examples/sep-0010-webauth.md)| This example shows how to authenticate with any web service which requires a Stellar account ownership verification. |[SEP-0010](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md)|
300
301
|[SEP-0011: Txrep](documentation/sdk_examples/sep-0011-txrep.md)| This example shows how to to generate Txrep (human-readable low-level representation of Stellar transactions) from a transaction and how to create a transaction object from a Txrep string. |[SEP-0011](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0011.md)|
301
302
|[SEP-0012: KYC API](documentation/sdk_examples/sep-0012-kyc.md)| In this examples you can see how to use the sdk to send KYC data to anchors and other services. |[SEP-0012](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md)|
@@ -317,6 +318,7 @@ You can find additional documentation including the API documentation in the [do
0 commit comments