d_chart 2.0.1 copy "d_chart: ^2.0.1" to clipboard
d_chart: ^2.0.1 copied to clipboard

D'Chart is a package for compact chart widgets.

2.0.1 #

  • error/bug LegendMeasure typedef fixed

2.0.0 #

  • add Time Series Chart, called DChartTime
  • DChartTime pic
  • DChartTime example

1.0.2 #

  • add tutor link for DChartBarCustom

1.0.1 #

fix bug on DChartBarCustom

  • when value is null, label domain is gone (Fixed)

1.0.0 #

migrate source from 'charts_flutter' to 'community_charts_flutter'
how to use package: nothing different
Fix issue => Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null.

0.1.0 #

add new view for custom bar, DChartBarCustom

0.0.4 #

Add Youtube Tutorial.

0.0.3 #

Bug fix.

0.0.2 #

Change call widget.

Before -> call via method example: DChart.bar()

After -> call via class example: DChartBar

0.0.1 #

Chart Type :

  • Chart Bar (Simple, Horizontal, Vertical & Custom)
  • Chart Line (Simple, Point, Area & Custom)
  • Chart Pie (Simple, Donut & Custom)
  • Chart Gauge (Simple & Custom)