impiger_flutter_chart 0.0.3
impiger_flutter_chart: ^0.0.3 copied to clipboard
A Flutter simple chart package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add impiger_flutter_chartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
impiger_flutter_chart: ^0.0.3Alternatively, 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:impiger_flutter_chart/gmbarchart.dart';
import 'package:impiger_flutter_chart/gmlinechart.dart';
import 'package:impiger_flutter_chart/gmpiechart.dart';
import 'package:impiger_flutter_chart/gmtwobarchart.dart';
import 'package:impiger_flutter_chart/main.dart';
import 'package:impiger_flutter_chart/widgets/indicator.dart';