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
Signer
toWallet
- Added
Lock
andunlock
to Wallet
0.0.4 #
revamp
0.0.5 #
- Added isolate to encrypt/decrypt phrase keystore because
scrypt
in dart is too slow. Thinking about added another ffi method likeethsign
to complete the job however theserde_json
is 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