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

Simple way to show and use chart for Flutter with many option.

d_chart #

Simple way to show and use chart for Flutter with many option. This package is built on top of community_charts_flutter.

Usage #

  • Full Documentation
  • Tutorial
  • Wrap Chart with Widget Size like SizedBox, Container, Aspecration etc to set root size for chart
  • Example
AspectRatio(
    aspectRatio: 16/9,
    child: DChartComboO(),
),

SizedBox(
    width: 240,
    height: 200,
    child: DChartComboN(),
),

Code Type Domain
N Numeric Number
O Ordinal String
T Time DateTime

No
Type
Widget
Example
1 Bar
DChartBarO
DChartBarT
alter-text
2 Line
DChartLineN
DChartLineT
alter-text
3 Scatter
DChartScatterN
DChartScatterT
alter-text
4 Combo
DChartComboN
DChartComboO
DChartComboT
alter-text
5 Pie
DChartPieN
DChartPieO
DChartPieT
alter-text
6 Bar Custom DChartBarCustom alter-text
7 Single Bar DChartSingleBar alter-text

Other #

Support me for more feature & packages Donate

Check my app : Visit

Check My Tutorial & Course : Watch

201
likes
150
points
23.9k
downloads

Publisher

verified publisherindratrisnar.com

Weekly Downloads

Simple way to show and use chart for Flutter with many option.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

community_charts_common, community_charts_flutter, flutter

More

Packages that depend on d_chart