web3dart_get_fee_data 1.1.0
web3dart_get_fee_data: ^1.1.0 copied to clipboard
A Dart package for getting Ethereum fee data, including support for EIP-1559 transactions. Provides an easy-to-use API similar to ethers.js getFeeData().
Changelog #
1.1.0 - 2025-06-18 #
- Add
onError
callback for custom error handling
1.0.2 - 2025-06-17 #
- Refactor for improved pub.flutter-io.cn scores
1.0.1 - 2025-06-17 #
- Update README.md
1.0.0 - 2025-06-17 #
- Initial release with
getFeeData()
function - Support for both EIP-1559 and legacy networks
- Automatic network detection and fallback
- Type-safe
FeeData
class