We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9e9d2 commit 07a31f8Copy full SHA for 07a31f8
packages/drift_sqlite_async/lib/src/executor.dart
@@ -2,7 +2,7 @@ import 'dart:async';
2
3
import 'package:drift/backends.dart';
4
import 'package:drift_sqlite_async/src/transaction_executor.dart';
5
-import 'package:sqlite_async/sqlite3.dart';
+import 'package:sqlite_async/sqlite3_common.dart';
6
import 'package:sqlite_async/sqlite_async.dart';
7
8
class _SqliteAsyncDelegate extends DatabaseDelegate {
packages/drift_sqlite_async/pubspec.yaml
@@ -23,3 +23,11 @@ dev_dependencies:
23
sqlite3: ^2.4.0
24
test: ^1.25.2
25
test_api: ^0.7.0
26
+
27
+platforms:
28
+ android:
29
+ ios:
30
+ linux:
31
+ macos:
32
+ windows:
33
+ web:
0 commit comments