flutter_flow_chart 2.1.2 copy "flutter_flow_chart: ^2.1.2" to clipboard
flutter_flow_chart: ^2.1.2 copied to clipboard

draw a flow chart diagram with different kind of customizable elements. Dashboards can be saved for later use.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_flow_chart

With Flutter:

 $ flutter pub add flutter_flow_chart

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

dependencies:
  flutter_flow_chart: ^2.1.2

Alternatively, your editor might support dart pub get or 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_flow_chart/flutter_flow_chart.dart';
140
likes
0
pub points
85%
popularity

Publisher

verified publishermarcobavagnoli.com

draw a flow chart diagram with different kind of customizable elements. Dashboards can be saved for later use.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, uuid

More

Packages that depend on flutter_flow_chart