Skip to main content
The Dynamic SDK Web3Dart is a dart package that provides a few methods for interacting with the Ethereum blockchain. It connects to an Ethereum through web3dart node to send transactions, interact with smart contracts and much more!

Installation

Simply run the following in your terminal:
This will add a line like this to your package’s pubspec.yaml (and run an implicit flutter pub get):

Main Features

1. Sign Message

2. Send Transaction

3. Interact with Contracts

You can read more about blockchain integration and web3dart in the SDK Reference - Blockchain Integration.
Last modified on February 10, 2026