supercharge_flutter 0.1.1
supercharge_flutter: ^0.1.1 copied to clipboard
The Map3 Supercharge Flutter SDK connects Android and iOS crypto apps to Wallets, Exchanges & Bridges, enabling cross-chain deposits and increasing volumes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add supercharge_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
supercharge_flutter: ^0.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:supercharge_flutter/supercharge.dart';
import 'package:supercharge_flutter/util/jwt.dart';