begin_id_sdk_dart 1.0.4 copy "begin_id_sdk_dart: ^1.0.4" to clipboard
begin_id_sdk_dart: ^1.0.4 copied to clipboard

Flutter/Dart Begin Wallet Begin-ID SDK package. Easy to integrate and use across Flutter and Dart applications.

example/README.md

begin_id_sdk_dart #

Demonstrates how to use the begin_id_sdk_dart package

Future<void> resolveMyBeginID() async {
  final service = BeginIdService();
  var result = await service.resolveAddress(
      name: "begin", chainNumber: "1815");

  print(result["name"]);
  print(result["domain"]);
  print(result["image"]);
  print(result["address"]);
  print(result["text"]);
}
1
likes
150
points
52
downloads

Publisher

verified publisherbegin.is

Weekly Downloads

Flutter/Dart Begin Wallet Begin-ID SDK package. Easy to integrate and use across Flutter and Dart applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on begin_id_sdk_dart