radar_chart_plus 2.0.3 copy "radar_chart_plus: ^2.0.3" to clipboard
radar_chart_plus: ^2.0.3 copied to clipboard

A versatile Flutter package for creating beautiful and customizable radar charts. Easily visualize multivariate data for comparisons and analysis.

radar_chart_plus #

A customizable radar (spider) chart widget for Flutter.
This package helps you visualize multi-dimensional data in a clean, interactive radar chart.


Radar Chart Example

Features #

  • 🎯 Draw radar (spider) charts with ease
  • 🎨 Customizable chart colors, labels, and ticks
  • πŸ”΅ Optional dots at data points
  • πŸ“ Responsive layout support
  • ⚑ Lightweight and dependency-friendly

Getting started #

RadarChartPlus(
  dotColor: Color(0xFF8072F3),
  chartBorderColor: Color(0xFF8072F3),
  chartFillColor: Color(0x668072F3),
  ticks: [2, 4, 6],
  labels: ['AA', 'BB', 'CC'],
  data: [3, 2, 5],
),

Additional information #

This package was created to offer a modern, customizable, and lightweight radar chart widget for Flutter applications. Ideal for dashboards, analytics, and performance visualization. Feel free to contribute, report issues, or request new features on the GitHub repository.

Contribution #

Contributions are welcome! If you'd like to improve the package, follow these steps:

  1. Fork the repository

  2. Create a new branch for your feature or fix

  3. Make your changes with clear commit messages

  4. Submit a Pull Request describing what you changed and why

  5. The PR will be reviewed and merged if everything looks good

Contributors #

11
likes
160
points
470
downloads
screenshot

Publisher

verified publisherbaasautotraders.in

Weekly Downloads

A versatile Flutter package for creating beautiful and customizable radar charts. Easily visualize multivariate data for comparisons and analysis.

Homepage
Repository (GitHub)
View/report issues

Topics

#chart #visualization #radar-chart #graph #diagram

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on radar_chart_plus