flutter_eval icon indicating copy to clipboard operation
flutter_eval copied to clipboard

feat: add key event

Open a-wallen opened this issue 2 years ago • 2 comments

I'm working on a bridge library for appflowy-editor so that we can dynamically load developer plugins in our rich text editor. We need KeyEventResult and a couple other classes.

a-wallen avatar Apr 21 '23 21:04 a-wallen

Right now the change is on my fork, we can fork the repo into our org if you don't want to accept the patches that we need to support appflowy-editor. I'm mainly I'm using this PR to establish some communication with you about generating these bridge libraries because hand-writing them is a lot of work. Any updates on that?

a-wallen avatar Apr 21 '23 21:04 a-wallen

Thanks for this work @a-wallen ! I'm happy to accept it into flutter_eval (assuming the review comments are addressed).

As far as binding generation, I don't have any immediate updates to share, but your feedback is noted. I can tell you it will not be completed in the next few months (barring a major change like this project getting sponsored), but is certainly something I want to address. I assume you already know this, but ChatGPT and GitHub Copilot do a reasonably good job if prompted with a completed example of a binding class definition.

ethanblake4 avatar May 08 '23 05:05 ethanblake4