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

The simplest way to add stunning line charts to your Flutter app. Smooth bezier curves, tap/hover tooltips, dark mode, gradient fill, async data loading — all with zero dependencies.

Use this package as a library

Depend on it

Run this command:

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 flutter pub get):

dependencies:
  smooth_line_chart: ^0.0.6

Alternatively, your editor might support 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
145
points
22
downloads
screenshot

Documentation

API reference

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, gradient fill, async data loading — all with zero dependencies.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smooth_line_chart