Replies: 2 comments 2 replies
-
@RevTpark Have you found a solution to this problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case wherein we use Slate Editor on the web app(NextJS) and store the output directly in the database. The data can then be directly shown on the web app(i.e. no need to parse the stored data as slate does it for us). Now we also have a mobile app(Flutter) and we also want to display the stored data on the app. But the problem is that we have to parse that data and show it which is a complex task in itself. Is there a package or a better way how I can display the complex data structure in flutter? or how does the parser work in the backend so I can try to replicate the same logic?
Beta Was this translation helpful? Give feedback.
All reactions