flutter_pactus_grpc 0.1.1+2
flutter_pactus_grpc: ^0.1.1+2 copied to clipboard
gRPC client for Pactus blockchain. Generated gRPC code for Pactus blockchain services.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_pactus_grpcThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_pactus_grpc: ^0.1.1+2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_pactus_grpc/exports/blockchain.dart';
import 'package:flutter_pactus_grpc/exports/network.dart';
import 'package:flutter_pactus_grpc/exports/transaction.dart';
import 'package:flutter_pactus_grpc/exports/utils.dart';
import 'package:flutter_pactus_grpc/exports/wallet.dart';
import 'package:flutter_pactus_grpc/pactus_grpc.dart';