mirror of https://github.com/AMT-Cheif/drift.git
Update v2 of the sqlite3 package
This commit is contained in:
parent
0c6cd109ee
commit
ec87791ece
|
@ -15,4 +15,4 @@ dependencies:
|
||||||
drift: ^1.1.0
|
drift: ^1.1.0
|
||||||
meta: ^1.3.0
|
meta: ^1.3.0
|
||||||
stream_channel: ^2.1.0
|
stream_channel: ^2.1.0
|
||||||
sqlite3: ^1.0.0
|
sqlite3: '>=1.0.0 <3.0.0'
|
||||||
|
|
|
@ -6,7 +6,7 @@ environment:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
drift: ^1.0.0
|
drift: ^1.0.0
|
||||||
sqlite3: ^1.0.0
|
sqlite3: '>=1.0.0 <3.0.0'
|
||||||
benchmark_harness: ^2.0.0
|
benchmark_harness: ^2.0.0
|
||||||
intl: ^0.17.0
|
intl: ^0.17.0
|
||||||
uuid: ^3.0.0
|
uuid: ^3.0.0
|
||||||
|
|
|
@ -5,10 +5,8 @@
|
||||||
import FlutterMacOS
|
import FlutterMacOS
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
import sqflite
|
|
||||||
import sqlite3_flutter_libs
|
import sqlite3_flutter_libs
|
||||||
|
|
||||||
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||||
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
||||||
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
|
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@ environment:
|
||||||
dependencies:
|
dependencies:
|
||||||
drift: ^2.0.0-0
|
drift: ^2.0.0-0
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
sqlite3: ^1.7.2
|
sqlite3: '>=1.7.2 <3.0.0'
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
drift_testcases:
|
drift_testcases:
|
||||||
|
|
Loading…
Reference in New Issue