uniswap 0.0.2 copy "uniswap: ^0.0.2" to clipboard
uniswap: ^0.0.2 copied to clipboard

Uniswap in Flutter unofficial package to do transactions without so much code using uniswap router.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uniswap

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

dependencies:
  uniswap: ^0.0.2

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:uniswap/uniswap.dart';
0
likes
120
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Uniswap in Flutter unofficial package to do transactions without so much code using uniswap router.

Homepage

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

erc20, flutter, http, web3dart

More

Packages that depend on uniswap