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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqflite_spatial

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sqflite_spatial: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sqflite_spatial/sqflite.dart';
import 'package:sqflite_spatial/sqflite_dev.dart';
import 'package:sqflite_spatial/sql.dart';
import 'package:sqflite_spatial/sqlite_api.dart';
import 'package:sqflite_spatial/utils/utils.dart';
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