agent_dart 0.1.0
agent_dart: ^0.1.0 copied to clipboard
An agent library built for Internet Computer, a plugin package for dart and flutter apps. Developers can build ones to interact with Dfinity's blockchain directly.
0.0.1 #
- Initial release
0.0.2 #
- Added
webauth_provider
0.0.3 #
- Added
SignertoWallet - Added
Lockandunlockto Wallet
0.0.4 #
revamp
0.0.5 #
- Added isolate to encrypt/decrypt phrase keystore because
scryptin dart is too slow. Thinking about added another ffi method likeethsignto complete the job however theserde_jsonis too large to bundle. Related issue: https://github.com/AstroxNetwork/agent_dart/issues/6
0.0.6 #
- fix encode/decode
0.0.7 #
- added
static Ed25519KeyIdentityRecoveredFromII Ed25519KeyIdentity.recoverFromIISeedPhrase(String s)
0.1.0 #
- linting and first milestone finished