geometry 0.2.6 copy "geometry: ^0.2.6" to clipboard
geometry: ^0.2.6 copied to clipboard

outdated

Provides a set of classes and handy utility methods for working with 2D geometry.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add geometry

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

dependencies:
  geometry: ^0.2.6

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:geometry/geometry.dart';
1
likes
15
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Provides a set of classes and handy utility methods for working with 2D geometry.

View/report issues

License

BSD-2-Clause-Views (license)

More

Packages that depend on geometry