flutter_geopackage 0.6.4+2 copy "flutter_geopackage: ^0.6.4+2" to clipboard
flutter_geopackage: ^0.6.4+2 copied to clipboard

A module to support OGC geopackage with sqlite.

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.