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
@Murtaza-arif It‘s complicated. First you should convert Dart code down to AST and convert AST to DSL(like json), then you should create whole runtime and vm system by yourself, parse the DSL to evaluatable tree node. and and and and and haha. It‘s a huge project.
If you speak chinese I recommend you read this blog https://tech.meituan.com/2020/06/23/meituan-flutter-flap.html
Is it possible to add business logic dynamically?
For example get business logic from api call. Like on click on button change the text of text view .
The text was updated successfully, but these errors were encountered: