flutter_geopackage 0.4.3 copy "flutter_geopackage: ^0.4.3" to clipboard
flutter_geopackage: ^0.4.3 copied to clipboard

outdated

A module to support OGC geopackage with sqlite.

Version 0.4.3 #

Upgrade to new db api.

Version 0.4.2+1 #

Fix in tiles entry bounds retrival in case of special name.

Version 0.4.2 #

From db: add notnull to table column info.

Version 0.4.1 #

Add option to pass a "where" string to the getTableData method.

Version 0.4.0 #

Upgrade to use new SqlName API from db library dependency.

Version 0.3.1 #

Fixes in lazy loading tiles.

Version 0.3.0 #

Add proj4dart to harmonize proj differences between metadata.

Version 0.2.2 #

Migrate from moor

Version 0.2.1 #

Expose API to get and update style table for vectors with SLD.

Version 0.2.0 #

New version using moor_ffi instead of sqflite to support editing of attributes and geometries in future.

Version 0.1.2 and earlier #

First versions based on sqflite.