flutter_adaptive_charts_fs 0.10.0
flutter_adaptive_charts_fs: ^0.10.0 copied to clipboard
Additional adaptive card components that provide charting capabilities for the Flutter Adaptive Cards ecosystem.
Changelog #
0.10.0 #
Chart.Gauge:AdaptiveGaugeChartandGaugePainter(CustomPaintersemicircular gauge) —value,min/max,segments,valueFormat(percentage/fraction),title,subLabel,showLegend,showMinMax, andcolorSet.ChartChrome: shared title and legend wrapper used by bar, line, pie, donut, and gauge chart elements.- Chart chrome on existing types: bar, line, pie, and donut charts now render
title,xAxisTitle,yAxisTitle,showBarValues,showLegend, andcolorSetfrom element JSON. CardChartsRegistry: registersChart.Gauge(replaces prior donut-only placeholder).- Tests: gauge widget and painter tests; sample JSON
test/samples/v1.6/chart_gauge.json; goldentest/golden_v1_6_test.dart(v1_6_gauge.png). - README: documents
colorSet, Teams semantic color tokens, and chart chrome properties. - Test harness re-exports
flutter_adaptive_cards_test_supportfromtest/utils/test_utils.dartwith chart-specificgetChartTestWidget*/getChartSampleForGoldenTestwrappers andchartCardTypeRegistry. flutter_test_config.dartdelegates to sharedadaptiveCardsTestExecutable.- Removed unused
mockitodev dependency. - Regenerated linux and macos golden baselines for theme-derived HostConfig color fallbacks.
0.9.0 #
- Version alignment with
flutter_adaptive_cards_fs0.9.0 (^0.9.0dependency).
0.8.0 #
- Updated to Dart SDK 3.12 and Flutter 3.44
0.7.0 #
- Version alignment and dependency updates for 0.7.0 release.
0.6.0 #
- Bumped versions to 0.6.0 for next development cycle
- Updated to Dart SDK 3.11 and Flutter 3.41
0.5.0 - 2026-04-19 #
- Added
Chart.HorizontalBar.Stackedsupport - Added
Chart.VerticalBar.Groupedsupport - Fixed bar chart x-axis rendering to show labels instead of indices
- version numbers were sync'd to 0.5.0
- Standardized color resolution using
ReferenceResolverandHostConfig. - Added support for custom color palettes and default colors via
HostConfig. - All chart types now respect semantic color names ('good', 'warning', 'attention', 'accent').
0.4.0 - 2026-04-14 #
- Added horizontal bar chart sample
- Horizontal bar charts now render correctly
0.3.0 - 2026-04-12 #
- Initial release of the split
flutter_adaptive_charts_fspackage for Flutter Adaptive Cards ecosystem. - Golden Image Reorganization: Restructured golden images into platform-specific subdirectories (
test/gold_files/linux/,test/gold_files/macos/, etc.). - Dynamic Golden Resolution: Added
getGoldenPathhelper intest_utils.dartto automatically select the appropriate golden directory based on the host platform.