chart_iq 0.0.3 chart_iq: ^0.0.3 copied to clipboard
Flutter SDK for the [ChartIQ JavaScript library](https://documentation.chartiq.com). The ChartIQ Flutter SDK supports a basic charting application. The SDK can be extended to support more elaborate im [...]
import 'package:flutter/material.dart';
import 'app.dart';
import 'app_preferences.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
await AppPreferences.init();
runApp(const MyApp());
}