relations 1.0.0 copy "relations: ^1.0.0" to clipboard
relations: ^1.0.0 copied to clipboard

Flutter package for drag or connect nodes, and for doing operations on them.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add relations

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

dependencies:
  relations: ^1.0.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:relations/relations.dart';
3
likes
40
points
22
downloads

Publisher

verified publisherdev.allround.net

Weekly Downloads

Flutter package for drag or connect nodes, and for doing operations on them.

Homepage

License

MIT (license)

Dependencies

bloc, flutter, flutter_bloc, rxdart, vector_math

More

Packages that depend on relations