ar_charts
Flutter charts library for Android and iOS. Line and bar charts with configurable axes, legends, and interactions. Wraps Charts (iOS) and MPAndroidChart (Android).
0.2.4
anisrehman/ar_charts
What this package is like to depend on
Last release 19 days ago
05 Aug 2026
Ships unpredictably
gaps range from 8 days to 5 months
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
15 releases · first in 2026
15 releases in the last 12 months
see the full history below
Release timeline
15 releases · Feb 2026 to Aug 2026Releases
latest 15-
0.2.405 Aug 2026Release notes
Open source →- Bumped package version and refreshed dependency lockfiles for Flutter/Dart SDK compatibility.
-
0.2.318 Mar 2026Release notes
Open source →- Added selected-point emphasis for line charts via
LineStyle.selectedPoint, so tapped points can stay hidden by default and still become clearly visible on selection. - Applied the selected-point highlight behavior on both Android and iOS line chart renderers.
- Updated the line chart example to demonstrate selected-point emphasis with hidden normal circles.
- Added selected-point emphasis for line charts via
-
0.2.217 Mar 2026 -
0.2.109 Mar 2026Release notes
Open source →- Fixed line chart y-axis repeating the same label (e.g. "100") when using compact format with a narrow value range (e.g. 100–101).
-
0.2.006 Mar 2026 -
0.1.605 Mar 2026Release notes
Open source →- Added axis grid-line styling options in
AxisConfig: optionalgridLineColorandgridLineWidth. - Applied axis grid-line color/width customization on both Android and iOS platform implementations.
- Updated line chart example to demonstrate lighter, subtle grid lines.
- Added axis grid-line styling options in
-
0.1.503 Mar 2026Release notes
Open source →- Markers now support optional auto-hide via
MarkerConfig.autoHideDurationSeconds(seconds, default 3.5) on both line and bar charts; after a value is tapped, the marker automatically hides after the configured delay. - Axes now support optional
gridLineColorandgridLineWidthinAxisConfigto customize grid line appearance (for example, lighter/subtle grid lines).
- Markers now support optional auto-hide via
-
0.1.402 Mar 2026Release notes
Open source →- Line charts support solid and dashed line style via
LineDrawSolidandLineDrawDashedonLineStyle.lineDrawStyle. - Chart marker styling improved on Android and iOS (rounded corners, border, shadow).
- Line charts support solid and dashed line style via
-
0.1.328 Feb 2026 -
0.1.227 Feb 2026Release notes
Open source →- Fixed iOS build: updated podspec dependency from
ChartstoDGChartsto resolve "Unable to find module dependency: 'DGCharts'" when installing on iOS.
- Fixed iOS build: updated podspec dependency from
-
0.1.127 Feb 2026Release notes
Open source →- Added line area fill support for line charts (
LineFillSolid,LineFillGradient). - Fixed Android gradient fill rendering to correctly apply
fillAlpha. - Android line area opacity now matches iOS behavior for gradient fills.
- Added line area fill support for line charts (
-
0.1.025 Feb 2026Release notes
Open source →- First minor release.
- Line and bar charts with configurable axes, legends, and interactions.
- Markers with formatted text, multiline tooltips, and platform-specific layout fixes.
- Date formatter support on x-axis.
- Android and iOS native chart engines (MPAndroidChart, Charts).
-
0.0.525 Feb 2026Release notes
Open source →- Marker shows formatted text.
- Fixed Android marker position.
- Date formatter support on x-axis.
- Marker position fixes.
- Multiline marker tooltip support.
- Padding adjustments for iOS marker.
- General marker fixes.
-
0.0.423 Feb 2026 -
0.0.116 Feb 2026Release notes
Open source →- Initial release.
- Line and bar charts for Android (MPAndroidChart) and iOS (Charts).
- Configurable axes, legends, and interactions.
- Package namespace:
com.anisrehman.archarts.