position_dex_sdk 1.2.4 copy "position_dex_sdk: ^1.2.4" to clipboard
position_dex_sdk: ^1.2.4 copied to clipboard

SDK for dex 2.0 position exchange.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add position_dex_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  position_dex_sdk: ^1.2.4

Alternatively, 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:position_dex_sdk/position_dex_sdk.dart';