You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an error in the latest version of Flutter (3.22.2) and sqlite3 (2.4.2). When checking for all exceptions, it seems to throw this exception ArgumentError (Invalid argument(s): argument value for 'return_value' is null) when closing the database connection. It also seems to occur on any query in the sqlite3_step function. The exception is not thrown in Flutter 3.19.6.
Any idea why the exception might be thrown despite the operations succeeding?