Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to add business logic dynamically? #53

Open
Murtaza-arif opened this issue Jan 19, 2021 · 4 comments
Open

Is it possible to add business logic dynamically? #53

Murtaza-arif opened this issue Jan 19, 2021 · 4 comments

Comments

@Murtaza-arif
Copy link

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 .

@dengyin2000
Copy link
Owner

no plan for now.

@Murtaza-arif
Copy link
Author

But do you suggest any idea How can I do that.

@NicolasKim
Copy link

@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

@cacard
Copy link

cacard commented Jan 19, 2022

so hard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants