chartificial 0.0.1 copy "chartificial: ^0.0.1" to clipboard
chartificial: ^0.0.1 copied to clipboard

Cartesian charts for Flutter on the two-dimensional viewport: lazy paged loading, recycled widget axis labels, scrolling time axes, pluggable series.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chartificial

With Flutter:

 $ flutter pub add chartificial

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  chartificial: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:chartificial/chartificial.dart';
10
likes
0
points
135
downloads

Publisher

verified publisherglynskyi.com

Weekly Downloads

Cartesian charts for Flutter on the two-dimensional viewport: lazy paged loading, recycled widget axis labels, scrolling time axes, pluggable series.

Repository (GitHub)
View/report issues

Topics

#chart #visualization #graph #time-series

License

unknown (license)

Dependencies

flutter

More

Packages that depend on chartificial