how can i use this library in flutter #118
-
i want to use this library and use flutter as front end how to achieve this, please help me |
Beta Was this translation helpful? Give feedback.
Answered by
Reedyuk
Apr 22, 2024
Replies: 1 comment 3 replies
-
i would strongly recommend you don't do that, you are merge two tools that achieve similar jobs and a guaranteed headache. If you must, i would suggest you do something like create a KMM Library which uses bluefalcon and exposes a viewmodel and then you import this library natively into your flutter project. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Reedyuk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i would strongly recommend you don't do that, you are merge two tools that achieve similar jobs and a guaranteed headache.
If you must, i would suggest you do something like create a KMM Library which uses bluefalcon and exposes a viewmodel and then you import this library natively into your flutter project.