bubble_chart 0.5.0 copy "bubble_chart: ^0.5.0" to clipboard
bubble_chart: ^0.5.0 copied to clipboard

A simple Dart implementation of bubble chart. It creates bubbles in random points and collide its all to container center. Can be implemented with any features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bubble_chart

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

dependencies:
  bubble_chart: ^0.5.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:bubble_chart/bubble_chart.dart';
14
likes
120
pub points
83%
popularity

Publisher

unverified uploader

A simple Dart implementation of bubble chart. It creates bubbles in random points and collide its all to container center. Can be implemented with any features.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_lints

More

Packages that depend on bubble_chart