Skip to content

iulian0512/sqflite

 
 

Repository files navigation

sqflite

pub package

SQLite plugin for Flutter. Supports iOS, Android and MacOS.

  • Support transactions and batches
  • Automatic version management during open
  • Helpers for insert/query/update/delete queries
  • DB operation executed in a background thread on iOS and Android
  • Linux/Windows/DartVM support using sqflite_common_ffi

Documentation

SPATIALITE Setup for IOS

add the override in your project's pubspec.yaml

sqflite_darwin:
    git:
      url: https://github.com/iulian0512/sqflite
      path: sqflite_darwin
      ref: b433114c1f4481bd1aa72c56a1e29953b1533bb5
 

About

SQLite with SPATIALITE flutter plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 73.6%
  • Objective-C 18.1%
  • Java 7.9%
  • Ruby 0.1%
  • Swift 0.1%
  • HTML 0.1%
  • Other 0.1%