fl_animated_linechart 0.1.3 copy "fl_animated_linechart: ^0.1.3" to clipboard
fl_animated_linechart: ^0.1.3 copied to clipboard

outdated

Animated flutter linechart

fl_animated_linechart #

Codemagic build status

An animated linechart library for flutter.

  • Support for datetime xaxis
  • highlight selection
  • animation the chart

Getting Started #

Try the sample project or include in your project.

Chart exammple with highlight

Example code:

LineChart lineChart = LineChart.fromDateTimeMaps([line1, line2], [Colors.green, Colors.blue]);

return Scaffold(
  appBar: AppBar(
    title: Text(widget.title),
  ),
  body: Container(
    child: Column(
        mainAxisSize: MainAxisSize.max,
        mainAxisAlignment: MainAxisAlignment.spaceBetween,
        crossAxisAlignment: CrossAxisAlignment.stretch,
        children: [
          Expanded(child: AnimatedLineChart(lineChart)),
        ]
    ),
  ),
);
66
likes
0
pub points
83%
popularity

Publisher

unverified uploader

Animated flutter linechart

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on fl_animated_linechart