Ross Dexter
Ross Dexter
Sorry I thought i'd pasted the error in. See Below: ``` flutter: SqliteException(1): SQL logic error Causing statement: ALTER TABLE form_structure_resource_check_types ADD COLUMN complete INTEGER NOT NULL DEFAULT 0 CHECK...
I had a similar issue to this and resolved it by putting a limit on my queries where I know I only want 1. ``` Stream getBy(String key, dynamic val)...
Thanks for the reply. Our main issue is that the page refreshes at all, the query is really fast. As an example our page is setup like this. ``` StreamBuilder(...
This was also an issue on the mapbox version of this plugin, any platform exceptions cause a full on app crash. The solution I have been working with is to...