flutter_satang_pro_exchange 1.1.1 copy "flutter_satang_pro_exchange: ^1.1.1" to clipboard
flutter_satang_pro_exchange: ^1.1.1 copied to clipboard

library for calling API of the https://https://satang.pro

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_satang_pro_exchange

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

dependencies:
  flutter_satang_pro_exchange: ^1.1.1

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:flutter_satang_pro_exchange/dao/api_key/satang_pro_api_key.dart';
import 'package:flutter_satang_pro_exchange/dao/errors/satang_pro_error_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/errors/satang_pro_response_error_support.dart';
import 'package:flutter_satang_pro_exchange/dao/market_open_order/satang_pro_market_open_orders_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/market_open_order/satang_pro_open_order_item_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/satang_pro_currency_pair_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/satang_pro_market_cap_currency_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_information/identity/satang_pro_user_address_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_information/identity/satang_pro_user_district_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_information/identity/satang_pro_user_province_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_information/identity/satang_pro_user_sub_district_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_information/satang_pro_user_identity_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_information/satang_pro_user_information_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_information/satang_pro_user_limit_currency_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_information/satang_pro_user_limit_currency_item_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_information/satang_pro_user_wallet_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_open_orders/satang_pro_user_open_order_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/user_open_orders/satang_pro_user_open_order_item_dao.dart';
import 'package:flutter_satang_pro_exchange/dao/wallets/satang_pto_wallet_dao.dart';
import 'package:flutter_satang_pro_exchange/satang_pro_auth_utils.dart';
import 'package:flutter_satang_pro_exchange/satang_pro_currency.dart';
import 'package:flutter_satang_pro_exchange/satang_pro_currency_pair.dart';
import 'package:flutter_satang_pro_exchange/satang_pro_exchange.dart';
import 'package:flutter_satang_pro_exchange/satang_pro_open_order_type.dart';
import 'package:flutter_satang_pro_exchange/satang_pro_order_type.dart';
import 'package:flutter_satang_pro_exchange/satang_pro_utils.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

library for calling API of the https://https://satang.pro

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, pointycastle

More

Packages that depend on flutter_satang_pro_exchange