Research on adding plugins to an app with Dart Eval #223
Replies: 2 comments 2 replies
-
Great Article and research, just a quick question what do you think about rfw(remote flutter widget) and why didnt you considered it for the plugin system? |
Beta Was this translation helpful? Give feedback.
-
For my app, I need an easy to use scripting language, which is used not only for defining widgets, but also to write logic, e.g. protocols for connecting to third-party servers, and processing data in new formats. For that, I felt that an existing language (dart, lua, js) would be better than making people learn a new language. Though I haven't heard of rfw, it's pretty obscure and isn't presented in any search result. Thanks for referencing it! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I have finished my two-week research on interpreted languages, working with intents, planning API, and using
dart_eval
to add a plugin subsystem to an app. Hope it helps!Beta Was this translation helpful? Give feedback.
All reactions