flutter_geopackage

A module to support OGC geopackage with sqlite.


License
Apache-2.0

Documentation

flutter_geopackage

pub package Build Status

A module to support OGC geopackage with sqlite.

At the moment 3857 tiles in google schema and proj4 compatible vector (features) tables are supported.

This uses moor_ffi to handle sqlite, since it supports functions. Earlier version used to use sqflite.

View the example README for instructions on how to integrate it in an app.