sqflite_spatial_android 1.0.0
sqflite_spatial_android: ^1.0.0 copied to clipboard
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_androidThis 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.0Alternatively, 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';