native icon indicating copy to clipboard operation
native copied to clipboard

Hide `JObjectPtr` and others for a cleaner namespace

Open HosseinYousefi opened this issue 3 years ago • 0 comments

It might be good idea if JObjectPtr etc.. are in separate import file than JniObject and friends, so less stuff in jni namespace by default, and autocomplete for JO only shows JObject and not JObjectPtr.

Not sure if that's possible to do neatly at this point.

Originally posted by @mahesh-hegde in https://github.com/dart-lang/jnigen/pull/126#pullrequestreview-1174036122

HosseinYousefi avatar Nov 09 '22 13:11 HosseinYousefi