Access floor db from native code #550
Unanswered
TechInjectIndia
asked this question in
Q&A
Replies: 1 comment 1 reply
-
See #493. TLDR: I think this is not possible(and even if it is, has many downsides) and you would be better off deciding if you use room OR floor (or another Flutter ORM) and do the adapters/abstractions in the application layer. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a ready flutter app and I want to add some native android activities in the code base, is there a way to access floor DB from a native activity using room library ( https://developer.android.com/jetpack/androidx/releases/room?gclid=CjwKCAjw7J6EBhBDEiwA5UUM2kJo_AEkjpO4DUp8amAXiTOO527v_pftw7VtgCr_iQlpDxheIy45VhoCIDQQAvD_BwE&gclsrc=aw.ds )
NEED Help
Beta Was this translation helpful? Give feedback.
All reactions