Update v2 of the sqlite3 package

This commit is contained in:
Simon Binder 2023-06-04 22:10:11 +02:00
parent 0c6cd109ee
commit ec87791ece
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
4 changed files with 3 additions and 5 deletions

View File

@ -15,4 +15,4 @@ dependencies:
drift: ^1.1.0
meta: ^1.3.0
stream_channel: ^2.1.0
sqlite3: ^1.0.0
sqlite3: '>=1.0.0 <3.0.0'

View File

@ -6,7 +6,7 @@ environment:
dependencies:
drift: ^1.0.0
sqlite3: ^1.0.0
sqlite3: '>=1.0.0 <3.0.0'
benchmark_harness: ^2.0.0
intl: ^0.17.0
uuid: ^3.0.0

View File

@ -5,10 +5,8 @@
import FlutterMacOS
import Foundation
import sqflite
import sqlite3_flutter_libs
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
}

View File

@ -11,7 +11,7 @@ environment:
dependencies:
drift: ^2.0.0-0
path: ^1.8.0
sqlite3: ^1.7.2
sqlite3: '>=1.7.2 <3.0.0'
flutter:
sdk: flutter
drift_testcases: