shapekit 0.2.2 copy "shapekit: ^0.2.2" to clipboard
shapekit: ^0.2.2 copied to clipboard

A comprehensive Dart library for reading and writing ESRI Shapefiles with support for all 13 geometry types and Korean text encoding (CP949).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shapekit

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

dependencies:
  shapekit: ^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:shapekit/shapekit.dart';
1
likes
0
points
186
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Dart library for reading and writing ESRI Shapefiles with support for all 13 geometry types and Korean text encoding (CP949).

Repository (GitHub)
View/report issues

Topics

#shapefile #gis #geospatial #esri #mapping

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

cp949_codec, meta

More

Packages that depend on shapekit