chart_it 0.2.2 copy "chart_it: ^0.2.2" to clipboard
chart_it: ^0.2.2 copied to clipboard

A customisable charts library with seamless animations for flutter.

example/lib/main.dart

import 'package:example/showcase.dart';
import 'package:example/tools/current_device.dart';
import 'package:flutter/material.dart';
import 'package:flutter_displaymode/flutter_displaymode.dart';

void main() {
  ///Call this first to make sure we can make other system level calls safely
  WidgetsFlutterBinding.ensureInitialized();
  if (CurrentDevice.isAndroid) {
    FlutterDisplayMode.setHighRefreshRate();
  }
  // runApp(const MyApp());
  runApp(const ShowcaseApp());
}
6
likes
140
points
59
downloads

Publisher

verified publisherwednesday.is

Weekly Downloads

A customisable charts library with seamless animations for flutter.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

equatable, flutter, vector_math

More

Packages that depend on chart_it