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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...