rly_network_flutter_sdk 0.3.1 rly_network_flutter_sdk: ^0.3.1 copied to clipboard
Rally Protocol Flutter SDK. Secure web3 key management, transaction signing, and gassless transactions.
0.0.1 #
- TODO: Describe initial release.
0.1.0 #
-
All wallet management code is now stable and has been used by 3rd party apps.
-
We've added new methods to make it easier to understand which format you want to get a token balance in. True BigInt form for use in computation and transfers, or more human readable friendly float form.
0.2.0 #
- We've added a new method
walletBackedUpToCloud
onWalletManager
to help you determine if a wallet has been backed up to the cloud. This is useful for apps that need to understand the cloud backup status of a wallet outside of the creation process.
0.2.1 #
- Fixed an issue that broke abiilty to claimRly. This was a regression from 0.2.0.
0.3.0 #
-
Library has been reorganized to better follow flutter / dart best practices. This is a breaking change and you will need to update your imports to reflect the new package structure. All classes are now under the
rly_network_flutter_sdk/rly_network_flutter_sdk.dart
file. See README for an example of updated import. -
As a result of library restructuring, the auto generated API docs are now much easier to navigate and understand
0.3.1 #
- Creation / storage of wallets on Android is now more consistent with the iOS experience. When creating a wallet on Android, storage will automatically fall back to local storage if cloud storage fails, and the
rejectOnCloudSaveFailure
is set to false.