hyperliquid_chart_engine 0.1.0
hyperliquid_chart_engine: ^0.1.0 copied to clipboard
Professional financial charting engine for Flutter — TradingView-style charts with 21+ chart types, drawing tools, indicators, and real-time data.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hyperliquid_chart_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hyperliquid_chart_engine: ^0.1.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:hyperliquid_chart_engine/hyperliquid_chart_engine.dart';