native icon indicating copy to clipboard operation
native copied to clipboard

[jnigen] Implement super interfaces in the Dart bindings

Open HosseinYousefi opened this issue 9 months ago • 1 comments

Currently a class Foo implements Bar gets generated as Foo extends JObject, we should generate it as Foo extends JObject implements Bar.

HosseinYousefi avatar Feb 18 '25 17:02 HosseinYousefi