apihandler 0.1.1 copy "apihandler: ^0.1.1" to clipboard
apihandler: ^0.1.1 copied to clipboard

outdated

Dart library to connect to Ethereum clients. Send transactions and interact with smart contracts!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apihandler

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

dependencies:
  apihandler: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:apihandler/apiCaller.dart';
import 'package:apihandler/apiHandler.dart';
import 'package:apihandler/appExceptions.dart';
import 'package:apihandler/common.dart';
import 'package:apihandler/exception_info.dart';
import 'package:apihandler/web3dart.dart';
1
likes
0
pub points
1%
popularity

Publisher

unverified uploader

Dart library to connect to Ethereum clients. Send transactions and interact with smart contracts!

Homepage

License

unknown (LICENSE)

Dependencies

connectivity, dio, flutter, http, web3dart

More

Packages that depend on apihandler