traderpal_connect 1.0.0-beta.4
traderpal_connect: ^1.0.0-beta.4 copied to clipboard
[BETA] TraderPal Connect SDK for Flutter - A comprehensive SDK for integrating TraderPal services into Flutter applications with JWT authentication and subscription management. This is a beta version [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add traderpal_connectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
traderpal_connect: ^1.0.0-beta.4Alternatively, 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:traderpal_connect/traderpal_connect.dart';