trading_view_flutter 0.0.7
trading_view_flutter: ^0.0.7 copied to clipboard
一个高性能的 Flutter TradingView 图表集成库,提供完整的 TradingView 高级图表功能,支持股票、加密货币、外汇等多种金融产品的技术分析。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add trading_view_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
trading_view_flutter: ^0.0.7Alternatively, 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:trading_view_flutter/trading_view_flutter.dart';