geometry 0.2.2 copy "geometry: ^0.2.2" to clipboard
geometry: ^0.2.2 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.2

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
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

unknown (license)

More

Packages that depend on geometry