dart_tdx 1.0.0 copy "dart_tdx: ^1.0.0" to clipboard
dart_tdx: ^1.0.0 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_tdx

With Flutter:

 $ flutter pub add dart_tdx

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

dependencies:
  dart_tdx: ^1.0.0

Alternatively, 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';
0
likes
145
points
131
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive

More

Packages that depend on dart_tdx