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

PlatformAndroid

Android implementation of sqflite_spatial, using a SpatiaLite-enabled native SQLite engine (org.spatialite.database) instead of the Android framework's built-in SQLite. Forked from sqflite_android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqflite_spatial_android

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

dependencies:
  sqflite_spatial_android: ^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_android/sqflite_spatial_android.dart';
0
likes
150
points
11
downloads

Documentation

API reference

Publisher

verified publisherjulianosouza.dev

Weekly Downloads

Android implementation of sqflite_spatial, using a SpatiaLite-enabled native SQLite engine (org.spatialite.database) instead of the Android framework's built-in SQLite. Forked from sqflite_android.

Repository (GitHub)
View/report issues

Topics

#sql #database

Funding

Consider supporting this project:

github.com

License

BSD-2-Clause (license)

Dependencies

flutter, path, sqflite_common, sqflite_platform_interface

More

Packages that depend on sqflite_spatial_android

Packages that implement sqflite_spatial_android