flutter_bitkub_exchange 1.0.1 copy "flutter_bitkub_exchange: ^1.0.1" to clipboard
flutter_bitkub_exchange: ^1.0.1 copied to clipboard

The Flutter library for calling the API of Bitkub.com such as viewing prices and trading in cryptocurrency.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_bitkub_exchange

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

dependencies:
  flutter_bitkub_exchange: ^1.0.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_bitkub_exchange/bitkub_auth_utils.dart';
import 'package:flutter_bitkub_exchange/bitkub_error_manager.dart';
import 'package:flutter_bitkub_exchange/bitkub_exchange.dart';
import 'package:flutter_bitkub_exchange/bitkub_open_order_side.dart';
import 'package:flutter_bitkub_exchange/bitkub_open_order_type.dart';
import 'package:flutter_bitkub_exchange/bitkub_pair_currency_manager.dart';
import 'package:flutter_bitkub_exchange/bitkub_trade_type.dart';
import 'package:flutter_bitkub_exchange/bitkub_utils.dart';
import 'package:flutter_bitkub_exchange/dao/api_key/bitkub_api_key.dart';
import 'package:flutter_bitkub_exchange/dao/balance/bitkub_currency_balance_dao.dart';
import 'package:flutter_bitkub_exchange/dao/balance/bitkub_currency_balance_detail_dao.dart';
import 'package:flutter_bitkub_exchange/dao/balance/bitkub_wallet_balance_dao.dart';
import 'package:flutter_bitkub_exchange/dao/bitkub_server_time_dao.dart';
import 'package:flutter_bitkub_exchange/dao/cancel_order/bitkub_cancel_order_result_dao.dart';
import 'package:flutter_bitkub_exchange/dao/create_order/bitkub_create_order_result_dao.dart';
import 'package:flutter_bitkub_exchange/dao/create_order/bitkub_create_order_result_detail_dao.dart';
import 'package:flutter_bitkub_exchange/dao/market_open_order/bitkub_market_open_order_all_dao.dart';
import 'package:flutter_bitkub_exchange/dao/market_open_order/bitkub_market_open_order_dao.dart';
import 'package:flutter_bitkub_exchange/dao/market_open_order/bitkub_market_open_order_item_dao.dart';
import 'package:flutter_bitkub_exchange/dao/market_symbols/bitkub_market_symbol_dao.dart';
import 'package:flutter_bitkub_exchange/dao/market_symbols/bitkub_market_symbol_item_dao.dart';
import 'package:flutter_bitkub_exchange/dao/market_ticker/bitkub_market_ticker_dao.dart';
import 'package:flutter_bitkub_exchange/dao/market_ticker/bitkub_pair_currency_data_dao.dart';
import 'package:flutter_bitkub_exchange/dao/order_detail/bitkub_order_information_dao.dart';
import 'package:flutter_bitkub_exchange/dao/order_detail/bitkub_order_information_detail_dao.dart';
import 'package:flutter_bitkub_exchange/dao/order_detail/bitkub_order_information_history_dao.dart';
import 'package:flutter_bitkub_exchange/dao/recent_trades/bitkub_recent_trades_dao.dart';
import 'package:flutter_bitkub_exchange/dao/recent_trades/bitkub_recent_trade_item_dao.dart';
import 'package:flutter_bitkub_exchange/dao/user_open_order/bitkub_user_open_order_dao.dart';
import 'package:flutter_bitkub_exchange/dao/user_open_order/bitkub_user_open_order_item_dao.dart';
import 'package:flutter_bitkub_exchange/dao/user_order_history/bitkub_user_order_history_dao.dart';
import 'package:flutter_bitkub_exchange/dao/user_order_history/bitkub_user_order_history_item_dao.dart';
import 'package:flutter_bitkub_exchange/dao/user_order_history/bitkub_user_order_history_pagination_dao.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

The Flutter library for calling the API of Bitkub.com such as viewing prices and trading in cryptocurrency.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, flutter, http

More

Packages that depend on flutter_bitkub_exchange