native icon indicating copy to clipboard operation
native copied to clipboard

[jnigen] Parameter names are lost

Open stuartmorgan-g opened this issue 1 year ago • 1 comments

Per recommendation in recent discussion, I'm now generating code from flutter build apk output without referencing any source in my config YAML. The result is that a Java method like 'void seekTo(int location)becomesvoid seekTo(int i)`. Parameter names are very useful contextual documentation, so we need a recommended generation config that doesn't lose that information.

stuartmorgan-g avatar Oct 10 '24 19:10 stuartmorgan-g

Will be solved by https://github.com/dart-lang/native/issues/1079

HosseinYousefi avatar Oct 10 '24 20:10 HosseinYousefi