simple_lane_chart 0.0.9 copy "simple_lane_chart: ^0.0.9" to clipboard
simple_lane_chart: ^0.0.9 copied to clipboard

A new Flutter package help to create and compare simple lane chart

Simple lane chart #

Compare charts #

Comparing 2 charts between themselves.

Compare Chart

Container(
     padding: EdgeInsets.symmetric(horizontal: 15),
     child: SimpleLaneChart(
     <firstValue>,
     <secondValue>,
     height: 20,
   ),
 ),

Chart 100% #

Comparing from 100%.

Important you should use parameter "calFrom100Perc = true", and second value should be total value.

Chart

Container(
     padding: EdgeInsets.symmetric(horizontal: 15),
     child: SimpleLaneChart(
     <firstValue>,
     <totalValue>,
     calFrom100Perc: true,
     bgColor: Colors.deepOrange.withOpacity(0.3),
     color: Colors.deepOrange,
     height: 20,
   ),
 ),
3
likes
140
pub points
2%
popularity

Publisher

unverified uploader

A new Flutter package help to create and compare simple lane chart

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_lane_chart