chart_iq 0.0.18 copy "chart_iq: ^0.0.18" to clipboard
chart_iq: ^0.0.18 copied to clipboard

Flutter SDK for the ChartIQ JavaScript library. The ChartIQ Flutter SDK supports a basic charting application.

example/example.md

ChartIQ-Flutter-SDK #

import 'package:chart_iq/chart_iq.dart';

...

ChartIQView(
  chartIQUrl: _chartIQUrl, // url to ChartIQ library
  onPullInitialData: (dataCallback) {
    // Provide initial data for chart
  },
  onPullUpdateData: (dataCallback) {
    // Provide update data for chart
  },
  onPullPaginationData: (dataCallback) {
    // Provide pagination data for chart
  },
  onChartIQViewCreated: (controller) {
    // ChartIQView created and ready to use
  },
)

For more please check our example app.

7
likes
150
points
99
downloads

Publisher

verified publishermobile.demo.chartiq.com

Weekly Downloads

Flutter SDK for the ChartIQ JavaScript library. The ChartIQ Flutter SDK supports a basic charting application.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, flutter_test, plugin_platform_interface

More

Packages that depend on chart_iq