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

D'Chart is a package for compact chart widgets.

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)