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
- Add this to your package's
pubspec.yamlfile:
dependencies:
stonfi: ^latest- Get the package using your IDE's GUI or via command line with
$ flutter pub getimport 'package:stonfi/stonfi.dart';