dart_tdx 1.0.1
dart_tdx: ^1.0.1 copied to clipboard
TDX (通达信) stock market data interface for Dart. Real-time quotes, historical K-line data, financial data, and offline file reading - a Dart port of mootdx.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dart_tdxWith Flutter:
$ flutter pub add dart_tdxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dart_tdx: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dart_tdx/dart_tdx.dart';