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

Read and write ESRI Shapefiles and GeoPackage feature data in Dart, with streaming, typed geometries, and DBF attribute support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shapekit

With Flutter:

 $ flutter 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.3.1

Alternatively, your editor might support dart pub get or flutter 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
150
points
198
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Read and write ESRI Shapefiles and GeoPackage feature data in Dart, with streaming, typed geometries, and DBF attribute support.

Repository (GitHub)
View/report issues

Topics

#shapefile #gis #geospatial #esri #mapping

Funding

Consider supporting this project:

www.buymeacoffee.com

License

ISC (license)

Dependencies

cp949_codec, meta, sqlite3

More

Packages that depend on shapekit