You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising this issue @zhoudajun-ola!! We are planning to build some tools to convert Dart to Mirai JSON. Meanwhile, if you have some ideas about it, please share them here.
Hey @divyanshub024@zhoudajun-ola I have been working on creating a Python script to convert Flutter packages into Stac JSON. It will first flattened the widget for any reusable widgets, referenced value into an abstract properties into a single original widget tree and values. Then, it will be passed into a pipeline where part of it has RAG that will perform retrieval on relevant part of the Stac docs, and use LLM to infer the Flutter Widget to Stac JSON. Have you guys done some work on this? I even found this approach challenging to produce a consistent accurate output.
Description
Writing JSON manually is unacceptable, difficult to maintain, and inefficient
Requirements
Additional Context
Add any other context or screenshots about the feature request go here.
The text was updated successfully, but these errors were encountered: