ens_lookup 0.3.0 copy "ens_lookup: ^0.3.0" to clipboard
ens_lookup: ^0.3.0 copied to clipboard

Simple package for ENS lookup

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ens_lookup

With Flutter:

 $ flutter pub add ens_lookup

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ens_lookup: ^0.3.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:ens_lookup/ens_lookup.dart';
4
likes
120
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Simple package for ENS lookup

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

web3dart

More

Packages that depend on ens_lookup