chart_iq 0.0.8
chart_iq: ^0.0.8 copied to clipboard
Flutter SDK for the ChartIQ JavaScript library. The ChartIQ Flutter SDK supports a basic charting application.
ChartIQ-Flutter-SDK #
Flutter SDK for the ChartIQ JavaScript library.
The ChartIQ Flutter SDK supports a basic charting application. The SDK can be extended to support more elaborate implementations by adding code to invoke ChartIQ library functions directly or by creating a bridge file similar to nativeSdkBridge.js (in the mobile/js folder of your ChartIQ library).
Contact us at [email protected] to request sample code and guidance on how to extend the SDK.
Requirements #
-
Version 8.8.0 or later of the ChartIQ library
Go to our download site to obtain a free 30-day trial version of the library, or send us an email at [email protected], and we'll send you an evaluation version.
-
Flutter 3.10.6 or later
-
Dart 3.0.6 or later
-
Android 8.1 Oreo (API level 27) or later
-
iOS 10.3 or later
App #
The demo folder of this repository contains an app that was built using the SDK. Customize the app to quickly create your own Flutter charting application.
App screen shots
![]() |
![]() |
![]() |
Getting started #
Depend on it Run this command:
With Flutter:
$ flutter pub add chart_iq
This will add a line to your package's pubspec.yaml (and run an implicit flutter pub get):
Alternatively, 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:chart_iq/chart_iq.dart';
See the Getting Started on Mobile: Flutter tutorial for instructions on installing the app and using the SDK.
API documentation #
Questions and support #
Contact our development support team at [email protected].
Contributing to this project #
Contribute to this project. Fork it and send us a pull request. We'd love to see what you can do with our charting tools on Flutter!


