flutter_bargraph 0.1.1-alpha flutter_bargraph: ^0.1.1-alpha copied to clipboard
Bar Graph Indicator for Flutter. It graphically displays the current value on a bar graph and manages its animation when the value changes. you can customize the orientation and direction of the bar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_bargraph
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_bargraph: ^0.1.1-alpha
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_bargraph/flutter_bargraph.dart';