tp_charts 1.0.6 copy "tp_charts: ^1.0.6" to clipboard
tp_charts: ^1.0.6 copied to clipboard

Beautiful animated chart widgets for Flutter with customizable styling. Includes CustomLineChart (with built-in filters), SimpleLineChart (external filtering), and HotChart (gauge-style).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tp_charts

With Flutter:

 $ flutter pub add tp_charts

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

dependencies:
  tp_charts: ^1.0.6

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:tp_charts/tp_charts.dart';
0
likes
0
points
21
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Beautiful animated chart widgets for Flutter with customizable styling. Includes CustomLineChart (with built-in filters), SimpleLineChart (external filtering), and HotChart (gauge-style).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on tp_charts