ethers 0.0.1+1 copy "ethers: ^0.0.1+1" to clipboard
ethers: ^0.0.1+1 copied to clipboard

retractedoutdated

A new Flutter project.

Ethers For Flutter #

Ethers is A dart library that connects to interact with the Ethereum blockchain and inspired by ethers.js.

Installing #

Add Ethers to your pubspec.yaml file:

dependencies:
  ethers:

Import Ethers in files that it will be used:

import 'package:ethers/ethers.dart';

Usage #

TODO...