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
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...