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';
3
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Simple package for ENS lookup

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

web3dart

More

Packages that depend on ens_lookup