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().
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add web3dart_get_fee_data
With Flutter:
$ flutter pub add web3dart_get_fee_data
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
web3dart_get_fee_data: ^1.1.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:web3dart_get_fee_data/web3dart_get_fee_data.dart';