Andrey
Andrey
Yes, there's assertion in void resultNum(num value) from moor_ffi-0.5.0\lib\src\bindings\types.dart ``` void resultNum(num value) { if (value is int) { resultInt(value); } else if (value is double) { resultDouble(value); } throw...
### Stack traces ``` SqliteFunctionContextPointer.resultNum (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor_ffi-0.6.0\lib\src\bindings\types.dart:123) _unaryNumFunction (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor_ffi-0.6.0\lib\src\impl\moor_functions.dart:29) _cosImpl (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor_ffi-0.6.0\lib\src\impl\moor_functions.dart:42) PreparedStatement._step (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor_ffi-0.6.0\lib\src\impl\prepared_statement.dart:148) PreparedStatement.select (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor_ffi-0.6.0\lib\src\impl\prepared_statement.dart:49) _VmDelegate.runSelect (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor_ffi-0.6.0\lib\src\vm_database.dart:97) _ExecutorWithQueryDelegate.runSelect. (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor-3.1.0\lib\src\runtime\executor\helpers\engines.dart:41) BasicLock.synchronized (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\synchronized-2.2.0\lib\src\basic_lock.dart:32) _ExecutorWithQueryDelegate._synchronized (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor-3.1.0\lib\src\runtime\executor\helpers\engines.dart:22) _ExecutorWithQueryDelegate.runSelect (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor-3.1.0\lib\src\runtime\executor\helpers\engines.dart:39) _MoorServer._runQuery (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor-3.1.0\lib\src\runtime\isolate\server.dart:89) (Unknown Source:0) _MoorServer._handleRequest (e:\Projects\_Flutter\.pub-cache\hosted\pub.dartlang.org\moor-3.1.0\lib\src\runtime\isolate\server.dart:57)...
> Migrating the app to null safety (flutter 2.0). > Also done the migration of the sample app to Android Embedding v2. `lib/src/store/store_disk.dart:32:23: Warning: Operand of null-aware operation '!' has...
> dio: ^4.0.0-prev1 this PR compatible only with dio: 4.0.0-beta4
same issue with galaxy s21+ exynos
still does not work on Samsung devices
.neq('status', 'completed'); filter prevents stream from receiving events where the status is changed from anything to "completed". The only workaround I found at this moment is not to use filter...
``` [ChatLatestMessagesSupabaseRemoteSource] null [ChatLatestMessagesSupabaseRemoteSource] #0 SupabaseStreamBuilder._addException supabase_stream_builder.dart:442 #1 SupabaseStreamBuilder._getStreamData. supabase_stream_builder.dart:348 #2 RealtimeChannel.subscribe. realtime_channel.dart:200 #3 RealtimeChannel.onError. realtime_channel.dart:329 #4 RealtimeChannel.trigger realtime_channel.dart:566 #5 RealtimeClient._triggerChanError realtime_client.dart:395 #6 RealtimeClient._onConnClose realtime_client.dart:376 #7 RealtimeClient.connect. realtime_client.dart:137 #8 _RootZone.runGuarded...
same here.