dart_graph 1.3.0 copy "dart_graph: ^1.3.0" to clipboard
dart_graph: ^1.3.0 copied to clipboard

一个面向 Flutter 绘制、几何计算、图算法和空间索引的工具库

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_graph

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

dependencies:
  dart_graph: ^1.3.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:dart_graph/dart_graph.dart';
1
likes
120
points
327
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

一个面向 Flutter 绘制、几何计算、图算法和空间索引的工具库

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

bezier, collection, d_util, dts, flutter, quiver, vector_math

More

Packages that depend on dart_graph