dart-lang / dart-lang/native

Creating new Java classes from Dart

Open
#583 1 comment 0 reactions 0 assignees View on GitHub
lang-java package:jni package:jnigen
Dominant language
Dart
Stars
275
Forks
144
Avg merge
2d 10h
Merged PRs (30d)
47

Description

This seems to be completely out of scope from what JNIgen wants to be: a Dart bindings generator for Java, since we would have to generate Java bindings for Dart.

However we could consider adding this feature if it's useful enough. This would mean that we would have to generate both Dart code and Java bytecode from some Dart code. There are also some libraries that can dynamically generate bytecode such as [Byte Buddy](https://bytebuddy.net) or [Javassist's ProxyFactory](http://www.javassist.org/html/javassist/util/proxy/ProxyFactory.html).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.