sony/flutter-elinux-plugins

Writing plugins

Opened this issue · 1 comments

Is it possible to write plugins in languages other than C? For example Python, Go etc?

Yes, however, we don't prepare interface languages other than C/C++ in the embedder. Thus, you need to write a binding interface to C/C++ yourself.