File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ extension ThrottledUpdates on CommonDatabase {
123
123
124
124
controller = StreamController (onListen: () {
125
125
txSubscription = commits.listen ((_) {
126
- print ('did commit' );
127
126
maybeFireUpdates ();
128
127
}, onError: (error) {
129
128
controller? .addError (error);
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: High-performance asynchronous interface for SQLite on Dart and Flut
3
3
version : 0.11.8
4
4
repository : https://github.com/powersync-ja/sqlite_async.dart
5
5
environment :
6
- sdk : " >=3.5 .0 <4.0.0"
6
+ sdk : " >=3.6 .0 <4.0.0"
7
7
8
8
topics :
9
9
- sqlite
@@ -12,8 +12,8 @@ topics:
12
12
- flutter
13
13
14
14
dependencies :
15
- sqlite3 : ^2.8 .0
16
- sqlite3_web : ^0.3.0
15
+ sqlite3 : ^2.9 .0
16
+ sqlite3_web : ^0.3.1
17
17
async : ^2.10.0
18
18
collection : ^1.17.0
19
19
mutex : ^3.1.0
You can’t perform that action at this time.
0 commit comments