fcharts 0.0.11 copy "fcharts: ^0.0.11" to clipboard
fcharts: ^0.0.11 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fcharts
copied to clipboard

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

dependencies:
  fcharts: ^0.0.11
copied to clipboard

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:fcharts/fcharts.dart';
copied to clipboard
37
likes
40
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.17 - 2025.04.01

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

Repository (GitHub)
Contributing

License

MIT (license)

Dependencies

collection, flutter, meta

More

Packages that depend on fcharts