Skip to content

OttomanDeveloper/google_charts

 
 

Repository files navigation

Google Charts (Maintained)

A general-purpose charting library for Dart and Flutter, community-maintained fork of google/charts.

Packages

pub package

Platform-agnostic charting library. Contains the core rendering logic, data models, and chart behaviors.

pub package

Material Design charting library for Flutter, supporting Android, iOS, Web, and Desktop.

Supported Chart Types

  • Bar charts (grouped, stacked, horizontal, vertical)
  • Line charts (with area, stacked, segments)
  • Pie / Donut charts
  • Scatter plot charts
  • Time series charts
  • Combo charts (line + bar)
  • Sunburst charts
  • Treemap charts
  • Sankey charts

Getting Started

Add the dependency to your pubspec.yaml:

dependencies:
  charts_flutter_maintained: ^1.0.0

See the example app for usage of all chart types.

Requirements

  • Dart SDK >= 3.0.0
  • Flutter >= 3.10.0 (for charts_flutter_maintained)

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

License

All packages are licensed under the Apache 2 license. See LICENSE and AUTHORS for details.

About

fork google charts

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 99.8%
  • Other 0.2%