Crypto Market is a highly customizable Flutter library that supports Coin Graph, Order Book, Order Volume, and Trade History.

Features

All Coins Coin Graph Coin Order Volume Coin Order Book Coin Trade History Coin Search

Usage

All Coins

AllCoin(
      coinsList: coinsList,
      currencyList: currencyList,
      tickerList: tickerList,
      showWishlistAtFirst: false,
      currencyTabSelectedItemColor: Colors.red,
      currencyTabBackgroundColor: Colors.transparent,
      currencyTabHeight: 100,
      showHeading: true,
      inrRate: 77.0,
      onCoinTap: (ctx, coin) {
        ///  ------  ///
      },
    );

Coin Graph

CoinGraph(
      coinData: coinsList.elementAt(0),
      listedCoinGraphUrl: 'http://node.demo.com/orders/getohlc?symbol=TSTUSDT&interval=1m',
      inrRate: 77.0,
    );

Coin Order Book

CoinOrderBook(
      coinData: coinsList.elementAt(0),
      listedCoinOrderBookUrl: 'http://node.demo.com/orders/order-book?currency=TST&with_currency=USDT',
      inrRate: 77.0,
    );

Coin Order Volume

CoinOrderVolume(
      coinData: coinsList.elementAt(0),
      listedCoinOrderBookUrl: 'http://node.demo.com/orders/order-book?currency=TST&with_currency=USDT',
      inrRate: 77.0,
    );

Coin Trade History

CoinTradeHistory(
      coinData: coinsList.elementAt(0),
      listedCoinTradeHistoryAPIUrl: 'http://node.demo.com/orders/trade-book?currency=TST&with_currency=USDT',
      itemCount: 15,
      inrRate: 77,
    );

Search Coin

CoinSearch(
      coinsList: coinsList,
      currencyList: currencyList,
      tickerList: tickerList,
      inrRate: 77.0,
    );

Libraries

Crypto_Market/Screens/all_coin
Crypto_Market/GetX/all_coin_getx
Crypto_Market/Candle Chart/utils/indicators/bollinger_bands_indicator
Crypto_Market/Candle Chart/models/candle
Crypto_Market/Candle Chart/widgets/candle_info_text
Crypto_Market/Candle Chart/widgets/candle_stick_widget
Crypto_Market/Candle Chart/models/candle_sticks_style
Crypto_Market/Screens/coin_graph
Crypto_Market/Model/coin_model
Crypto_Market/Screens/coin_order_book
Crypto_Market/Screens/coin_order_volume
Crypto_Market/Model/coin_order_volume_model
Crypto_Market/Screens/coin_trade_history
Crypto_Market/GetX/coin_trade_history_getx
Crypto_Market/Model/coin_trade_history_model
crypto_market
Crypto_Market/Candle Chart/widgets/dash_line
Crypto_Market/Candle Chart/widgets/desktop_chart
Crypto_Market/Candle Chart/utils/helper_functions
Crypto_Market/Candle Chart/models/indicator
Crypto_Market/Candle Chart/main
Crypto_Market/Candle Chart/models/main_window_indicator
Crypto_Market/Candle Chart/widgets/mainwindow_indicator_widget
Crypto_Market/Candle Chart/widgets/mobile_chart
Crypto_Market/Candle Chart/utils/indicators/moving_average_indicator
Crypto_Market/Candle Chart/widgets/price_column
Crypto_Market/Candle Chart/widgets/separatorLine
Crypto_Market/Candle Chart/widgets/time_row
Crypto_Market/Candle Chart/widgets/toolbar
Crypto_Market/Candle Chart/widgets/toolbar_action
Crypto_Market/Candle Chart/widgets/top_panel
Crypto_Market/Candle Chart/constant/view_constants
Crypto_Market/Candle Chart/widgets/volume_widget
Crypto_Market/Candle Chart/utils/indicators/weighted_moving_average