sqflite_spatial 1.0.0 copy "sqflite_spatial: ^1.0.0" to clipboard
sqflite_spatial: ^1.0.0 copied to clipboard

PlatformAndroid

Android Flutter plugin for SQLite with SpatiaLite spatial query support (geospatial storage, indexing and querying), forked from sqflite.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:sqflite_example_common/main.dart';

import 'spatial_test_page.dart';

const _testSpatialRoute = '/test/spatial';

Future<void> main() async {
  supportsCompatMode = true;
  extraRoutes = {
    _testSpatialRoute: (BuildContext context) => SpatialTestPage(),
  };
  mainExampleApp();
}
1
likes
140
points
9
downloads

Documentation

API reference

Publisher

verified publisherjulianosouza.dev

Weekly Downloads

Android Flutter plugin for SQLite with SpatiaLite spatial query support (geospatial storage, indexing and querying), forked from sqflite.

Repository (GitHub)
View/report issues

Topics

#sql #database #gis

Funding

Consider supporting this project:

github.com

License

BSD-2-Clause (license)

Dependencies

flutter, path, sqflite_common, sqflite_platform_interface, sqflite_spatial_android

More

Packages that depend on sqflite_spatial

Packages that implement sqflite_spatial