defindex 0.0.1 copy "defindex: ^0.0.1" to clipboard
defindex: ^0.0.1 copied to clipboard

This package provides a Dart interface to interact with the Defindex Smart Contract on the Soroban network. It simplifies the process of sending transactions and querying contract state, making it eas [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add defindex

With Flutter:

 $ flutter pub add defindex

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

dependencies:
  defindex: ^0.0.1

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:defindex/defindex.dart';
1
likes
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides a Dart interface to interact with the Defindex Smart Contract on the Soroban network. It simplifies the process of sending transactions and querying contract state, making it easier for developers to integrate Defindex into their Dart or Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, stellar_flutter_sdk

More

Packages that depend on defindex