- Migrates to null safety
- Handle any amount
- More exports
- Support adding timeout on http request
- Support abi float32 and float64
- Update dependencies
- Add model for committed transaction
- Reuse eos client instance with different private keys
- Upgrade eosdart_ecc version to 0.4.0
support:
- /v1/chain/get_table_rows
- Initial version to support push transaction
- Update README.md
- Correct the async operation
- Better error handling
Fix: Class name conflict with flutter - primes-network#12
Supports the following APIs:
- /v1/chain/get_info
- /v1/chain/get_block
- /v1/chain/get_block_header_state
- /v1/chain/get_account
- /v1/chain/get_abi
- /v1/chain/get_raw_abi
- /v1/chain/get_raw_code_and_abi
- /v1/chain/get_currency_balance
- /v1/history/get_actions
- /v1/history/get_transaction
- /v1/history/get_key_accounts
- Initial version, created by Stagehand