impiger_flutter_chart 0.0.3 copy "impiger_flutter_chart: ^0.0.3" to clipboard
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_chart

This 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.3

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: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';
0
likes
105
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter simple chart package.

License

MIT (license)

Dependencies

cupertino_icons, fl_chart, flutter

More

Packages that depend on impiger_flutter_chart