zoned_line_chart 1.1.2 copy "zoned_line_chart: ^1.1.2" to clipboard
zoned_line_chart: ^1.1.2 copied to clipboard

A highly customizable line chart widget for Flutter featuring colored zone backgrounds, automatic axis ticking, smooth Catmull-Rom curves, and interactive tap-to-inspect tooltips.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zoned_line_chart

With Flutter:

 $ flutter pub add zoned_line_chart

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

dependencies:
  zoned_line_chart: ^1.1.2

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:zoned_line_chart/zoned_line_chart.dart';
1
likes
0
points
248
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable line chart widget for Flutter featuring colored zone backgrounds, automatic axis ticking, smooth Catmull-Rom curves, and interactive tap-to-inspect tooltips.

Repository (GitHub)
View/report issues

Topics

#chart #line-chart #data-visualization #custom-painter

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on zoned_line_chart