Hi, i get this error to the run the app with it branch.
You're alraedy using sembast or sqlite?
No. I had sqlite but I had already deleted it
Here the error is generated when using the two libraries
maybe one of the libraries updated and added the same class
Maybe...
so i modified that line to:
import 'package:sqflite_common_ffi/sqflite_ffi.dart' hide Database;
and was able to get things running again
Hello again, yes that fixes the error. I was testing the offline mode and it works very well. I have some queries, how could a query save all the information without having a cache limit or by not placing "setOfflineCacheSize" is this achieved? Another query, Does it support the modification of the same data by different users of the same "Team" ?
There's a default cache size. I think it's 40mb or something
The server will reject conflicting requests if a document was updated after a write operation was queued
[SOLVED] Error to the run the branch feat-offline-support-refactor
ok friend thanks, I'll keep testing the functionality. Greetings
Recommended threads
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...