mirror of https://github.com/AMT-Cheif/drift.git
Update to stable sqlite3 package
This commit is contained in:
parent
0bf6d0c384
commit
342027b420
|
@ -17,7 +17,7 @@ dependencies:
|
|||
version: ^0.0.12
|
||||
# used in snippets
|
||||
http: ^0.13.5
|
||||
sqlite3: ^2.0.0-dev
|
||||
sqlite3: ^2.0.0
|
||||
# Fake path_provider for snippets
|
||||
path_provider:
|
||||
path: assets/path_provider
|
||||
|
|
|
@ -15,7 +15,7 @@ dependencies:
|
|||
js: ^0.6.3
|
||||
meta: ^1.3.0
|
||||
stream_channel: ^2.1.0
|
||||
sqlite3: ^2.0.0-dev.3
|
||||
sqlite3: ^2.0.0
|
||||
path: ^1.8.0
|
||||
|
||||
dev_dependencies:
|
||||
|
|
|
@ -19,7 +19,7 @@ dependencies:
|
|||
intl: ^0.18.0
|
||||
http: ^0.13.4 # used to load sqlite3 wasm files on the web
|
||||
sqlite3_flutter_libs: ^0.5.5
|
||||
sqlite3: ^2.0.0-dev.0
|
||||
sqlite3: ^2.0.0
|
||||
path_provider: ^2.0.9
|
||||
path: ^1.8.0
|
||||
riverpod: ^2.3.0
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencies:
|
|||
package_config: ^2.1.0
|
||||
async: ^2.11.0
|
||||
http: ^1.0.0
|
||||
sqlite3: ^2.0.0-dev.3
|
||||
sqlite3: ^2.0.0
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.5
|
||||
|
|
Loading…
Reference in New Issue