sqflite_spatial 1.0.0
sqflite_spatial: ^1.0.0 copied to clipboard
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_spatialThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sqflite_spatial: ^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/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';