charthub 1.0.0 copy "charthub: ^1.0.0" to clipboard
charthub: ^1.0.0 copied to clipboard

Create stunning and interactive charts in your Flutter apps effortlessly with the Charthub package. Choose from three chart types - Line Chart, Bar Chart, and Pie Chart - and bring your data to life. [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add charthub

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

dependencies:
  charthub: ^1.0.0

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:charthub/Methods/extended_methods.dart';
import 'package:charthub/barChart.dart';
import 'package:charthub/lineChart.dart';
import 'package:charthub/pieChart.dart';
16
likes
120
points
39
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Create stunning and interactive charts in your Flutter apps effortlessly with the Charthub package. Choose from three chart types - Line Chart, Bar Chart, and Pie Chart - and bring your data to life. Charthub makes charting simple and flexible, so you can focus on delivering meaningful insights to your users.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on charthub