From 342027b420b268637b59950d31cba0769b264ef1 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Sat, 17 Jun 2023 22:19:31 +0200 Subject: [PATCH] Update to stable sqlite3 package --- docs/pubspec.yaml | 2 +- drift/pubspec.yaml | 2 +- examples/app/pubspec.yaml | 2 +- extras/integration_tests/web_wasm/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pubspec.yaml b/docs/pubspec.yaml index 45d2a7dd..ede27dd4 100644 --- a/docs/pubspec.yaml +++ b/docs/pubspec.yaml @@ -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 diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index 7f0d180c..5f4e5686 100644 --- a/drift/pubspec.yaml +++ b/drift/pubspec.yaml @@ -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: diff --git a/examples/app/pubspec.yaml b/examples/app/pubspec.yaml index 0640cb04..07143f49 100644 --- a/examples/app/pubspec.yaml +++ b/examples/app/pubspec.yaml @@ -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 diff --git a/extras/integration_tests/web_wasm/pubspec.yaml b/extras/integration_tests/web_wasm/pubspec.yaml index 41c2a20d..36f25afb 100644 --- a/extras/integration_tests/web_wasm/pubspec.yaml +++ b/extras/integration_tests/web_wasm/pubspec.yaml @@ -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