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

Flutter charts library for Android and iOS. Line and bar charts with configurable axes, legends, and interactions. Wraps Charts (iOS) and MPAndroidChart (Android).

ar_charts #

A Flutter charts library (line and bar charts) for Android and iOS.

About #

This plugin is a wrapper around two well-known native chart libraries:

  • iOS: Charts (ChartsOrg/Charts) — the Apple-side counterpart of MPAndroidChart.
  • Android: MPAndroidChart (PhilJay/MPAndroidChart) — the Android chart library.

Getting Started #

Add the dependency to your pubspec.yaml:

dependencies:
  ar_charts: ^0.0.1

Or use a Git dependency:

dependencies:
  ar_charts:
    git:
      url: https://github.com/anisrehman/ar_charts.git
      ref: main

See the example app in this repository for usage. For Flutter plugin development, see the Flutter documentation.

0
likes
140
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter charts library for Android and iOS. Line and bar charts with configurable axes, legends, and interactions. Wraps Charts (iOS) and MPAndroidChart (Android).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ar_charts

Packages that implement ar_charts