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 {
123123
124124 controller = StreamController (onListen: () {
125125 txSubscription = commits.listen ((_) {
126- print ('did commit' );
127126 maybeFireUpdates ();
128127 }, onError: (error) {
129128 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
33version : 0.11.8
44repository : https://github.com/powersync-ja/sqlite_async.dart
55environment :
6- sdk : " >=3.5 .0 <4.0.0"
6+ sdk : " >=3.6 .0 <4.0.0"
77
88topics :
99 - sqlite
@@ -12,8 +12,8 @@ topics:
1212 - flutter
1313
1414dependencies :
15- sqlite3 : ^2.8 .0
16- sqlite3_web : ^0.3.0
15+ sqlite3 : ^2.9 .0
16+ sqlite3_web : ^0.3.1
1717 async : ^2.10.0
1818 collection : ^1.17.0
1919 mutex : ^3.1.0
You can’t perform that action at this time.
0 commit comments