charts_flutter 0.4.0 copy "charts_flutter: ^0.4.0" to clipboard
charts_flutter: ^0.4.0 copied to clipboard

discontinued
outdated

Material Design charting library for flutter.

0.4.0 #

  • Fixed export file to export ChartsBehavior in the Flutter library instead of the one that resides in charts_common. The charts_common behavior should not be used except internally in the charts_flutter library. This is a breaking change if you are using charts_common behavior.
  • Declare compatibility with Dart 2.
  • BasicNumericTickFormatterSpec now takes in a callback instead of NumberFormat as the default constructor. Use named constructor withNumberFormat instead. This is a breaking change.
  • BarRendererConfig is no longer default of type String, please change current usage to BarRendererConfig
  • BarTargetLineRendererConfig is no longer default of type String, please change current usage to BarTargetLineRendererConfig

0.3.0 #

  • Simplified API by removing the requirement for specifying the datum type when creating a chart. For example, previously to construct a bar chart the syntax was 'new BarChart
  • Added scatter plot charts
  • Added tap to hide for legends
  • Added support for rendering area skirts to line charts
  • Added support for configurable fill colors to bar charts

0.2.0 #

  • Update color palette. Please use MaterialPalette instead of QuantumPalette.
  • Dart2 fixes

0.1.0 #

Initial release.

1327
likes
0
pub points
99%
popularity

Publisher

unverified uploader

Material Design charting library for flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

charts_common, collection, flutter, meta

More

Packages that depend on charts_flutter