simple_features 0.0.5 copy "simple_features: ^0.0.5" to clipboard
simple_features: ^0.0.5 copied to clipboard

Dart 1 only

An implementation of the Simple Features Specification for Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_features

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

dependencies:
  simple_features: ^0.0.5

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:simple_features/simple_features.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

An implementation of the Simple Features Specification for Dart

Repository (GitHub)
View/report issues

Documentation

Documentation

License

Apache-2.0 (LICENSE)

Dependencies

avl_tree, log4dart, meta

More

Packages that depend on simple_features