d_chart 2.6.9 copy "d_chart: ^2.6.9" to clipboard
d_chart: ^2.6.9 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

159
likes
140
pub points
96%
popularity

Publisher

verified publisherindratrisnar.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

community_charts_common, community_charts_flutter, flutter

More

Packages that depend on d_chart