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

outdated

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 invok [...]

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';
import 'app_preferences.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await AppPreferences.init();
  runApp(const MyApp());
}
7
likes
0
points
49
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. 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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, flutter_test, plugin_platform_interface

More

Packages that depend on chart_iq

Packages that implement chart_iq