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

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());
}
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. 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