chart_iq 0.0.15 copy "chart_iq: ^0.0.15" to clipboard
chart_iq: ^0.0.15 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.

5
likes
0
pub points
48%
popularity

Publisher

verified publishermobile.demo.chartiq.com

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, flutter_test, plugin_platform_interface

More

Packages that depend on chart_iq