native icon indicating copy to clipboard operation
native copied to clipboard

Rewrite APISummarizer in Dart

Open HosseinYousefi opened this issue 1 year ago • 0 comments

Once JNIgen hits 1.0, we can rewrite APISummarize in Dart itself using JNIgen! This way we don't have to deal with encoding issues, i/o issues, and having to maintain a Java tool.

APISummarizer can be somewhat separated and instead of outputting JSON and parsing it again, it directly returns Dart classes used by JNIgen. Since JNIgen is a dev dependency, there won't be any dependency cycles between the two tools.

HosseinYousefi avatar May 22 '24 13:05 HosseinYousefi