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

Easy-to-Use Flutter package for creating beautiful and customizable charts, including Line Chart, Bar Chart, and Pie Chart.

ChartHub

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.

We will also add animations in future to make it more attractive.

Usage #

To use this package, add charthub as a dependency in your pubspec.yaml file.


preview2 preview preview

Features #

  • Easy-to-Use: Quickly integrate beautiful charts into your app.
  • Chart Types: Select from Line Chart, Bar Chart, or Pie Chart.
  • Data Visualization: Turn your data into compelling visuals.
  • Customization: Customize your charts to match your app's look and feel.
  • Animations (Coming Soon): Enhance user engagement with chart animations.
  • Future-Proof: As we continue to expand, you'll have access to even more powerful charting features.

Getting started #

Follow this steps to use this package

Install #

charthub: 0.0.1

Import package #

import 'package:charthub/pieChart.dart';
import 'package:charthub/lineChart.dart';
import 'package:charthub/barChart.dart';

No need to do anything, just pass your graph size and the list of values it will generate Chart itself.

Do this for Line Chart:

LineChart(
size: 200,
items: [23, 45, 12, 60, 44, 10, 54, 34, 23]),

Do this for Pie Chart:

PieChart(
size: 200, items: [30, 22, 43, 12, 56, 70]),

Do this for Bar Chart:

BarChart(size: 200, items: [100, 40, 300, 50, 450]),

Developer #

NexaSync

LinedIn: Connect With Us

Email: Send Email

Additional Details #

for more details visit example page or contact on LinkedIn

17
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Easy-to-Use Flutter package for creating beautiful and customizable charts, including Line Chart, Bar Chart, and Pie Chart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on charthub