help with android

hi, will anyone have an app running where i can see the replication working? I’m lost and I don’t know what else to do, help!

Maybe this will help:
https://docs.couchbase.com/tutorials/mobile-travel-sample/introduction.html

can you work with flutter using dart? I have not been able to achieve it with what is currently

We have C API bindings for Couchbase Lite available as a couchbaselabs project (it not yet a product but it is developed by couchbase engineering). We’ve had users build dart bindings using dart.ffi and use that for developing Flutter apps.
(We have some sample bindings for couple of languages available as reference in the same repo). If you do implement using this approach, PRs for dart API bindings are welcome.

There are also some third party community projects available but they are is not from couchbase so I cannot speak to the completeness of these solutions