flutter_geopackage 0.5.2
flutter_geopackage: ^0.5.2 copied to clipboard
A module to support OGC geopackage with sqlite.
0.5.2 #
Upgrade dependencies to work with new sqlite3.
0.5.1 #
Upgrade dependencies to work with new sqlite3.
0.5.0 #
Migration to null safety.
0.4.8 #
Fixes for proj upgrade.
0.4.7 #
Fixes for non spatial queries.
0.4.6 #
Dependencies upgrade.
0.4.5 #
Fixes.
0.4.4 #
Fixes.
0.4.3 #
Upgrade to new db api.
0.4.2+1 #
Fix in tiles entry bounds retrival in case of special name.
0.4.2 #
From db: add notnull to table column info.
0.4.1 #
Add option to pass a "where" string to the getTableData method.
0.4.0 #
Upgrade to use new SqlName API from db library dependency.
0.3.1 #
Fixes in lazy loading tiles.
0.3.0 #
Add proj4dart to harmonize proj differences between metadata.
0.2.2 #
Migrate from moor
0.2.1 #
Expose API to get and update style table for vectors with SLD.
0.2.0 #
New version using moor_ffi instead of sqflite to support editing of attributes and geometries in future.
0.1.2 and earlier #
First versions based on sqflite.