smooth_line_chart 0.0.2 copy "smooth_line_chart: ^0.0.2" to clipboard
smooth_line_chart: ^0.0.2 copied to clipboard

The simplest way to add stunning line charts to your Flutter app. Smooth bezier curves, tap/hover tooltips, dark mode support, and fully customizable colors — all with zero dependencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smooth_line_chart

With Flutter:

 $ flutter pub add smooth_line_chart

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

dependencies:
  smooth_line_chart: ^0.0.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:smooth_line_chart/smooth_line_chart.dart';
2
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

The simplest way to add stunning line charts to your Flutter app. Smooth bezier curves, tap/hover tooltips, dark mode support, and fully customizable colors — all with zero dependencies.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on smooth_line_chart