Flutter SDK
1 Get the code
https://github.com/Sending-Network/sendingnetwork-dart2 Configure the wallet address and private key
String privKey wallet private Private key";
String addressHexAll = "wallet address";3 Configure the dependencies in your pubspec.yaml file
sendingnetwork_flutter_demo
sendingnetwork_dart_sdk
sendingnetworkdart_api_litesdn_api_lite:
path: ../sendingnetworkdart_api_lite
Similarly, include sendingnetwork_flutter_demo as a local path dependency:4 Import the SDK:
5 import package:sdn/sdn.dart;
package:sdn/sdn.dart;6 Run the demo:
Last updated