drafter_finance 0.3.0
drafter_finance: ^0.3.0 copied to clipboard
Native, multiplatform charts for Flutter — the full Drafter general charting set (line, bar, pie, radar, and more) plus trading charts (candlestick, OHLC, volume) with indicators and a magnet crosshai [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add drafter_financeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
drafter_finance: ^0.3.0Alternatively, 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:drafter_finance/drafter_finance.dart';