start_chart 0.2.0 copy "start_chart: ^0.2.0" to clipboard
start_chart: ^0.2.0 copied to clipboard

A chart library for Flutter. Create beautiful charts using a simple and intuitive API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add start_chart

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  start_chart: ^0.2.0

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:start_chart/start_chart.dart';
12
likes
25
pub points
26%
popularity

Publisher

unverified uploader

A chart library for Flutter. Create beautiful charts using a simple and intuitive API.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on start_chart