tp_charts 1.1.0
tp_charts: ^1.1.0 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 Flutter:
$ flutter pub add tp_chartsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tp_charts: ^1.1.0Alternatively, 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:tp_charts/tp_charts.dart';