stonfi 0.0.4
stonfi: ^0.0.4 copied to clipboard
Stonfi Swap Flutter Sdk.
The SDK is written in Dart and designed to be a thin wrapper on top of the STON.fi contracts, which will help STON.fi protocol to be used more easily in Flutter/Dart projects
Installation #
- Add this to your package's
pubspec.yaml
file:
dependencies:
stonfi: ^latest
- Get the package using your IDE's GUI or via command line with
$ flutter pub get
Usage #
import 'package:stonfi/stonfi.dart';