native icon indicating copy to clipboard operation
native copied to clipboard

Dart packages related to FFI and native assets bundling.

Results 399 native issues
Sort by recently updated
recently updated
newest added

- Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution...

package:native_assets_cli
package:native_toolchain_c
package:native_assets_builder

We should see if we can generate the proguard rules. We don't want to generate everything though (whole Java / Android API). So we need to integrate into the Dart...

package:jnigen
package:jni

package:jnigen
package:jni
lang-kotlin

Now that we're parsing Kotlin's metadata, we could start adding more and more specific support for Kotlin features. This is an umbrella issue for all these features. Feel free to...

package:jnigen
package:jni
lang-kotlin

package:jnigen
package:jni
lang-kotlin

package:jnigen
package:jni
lang-kotlin

package:jnigen
package:jni
lang-kotlin

Kotlin's top level functions get desugared into static methods in `${FileName}Kt` classes.

package:jnigen
package:jni
lang-kotlin

https://kotlinlang.org/docs/extensions.html

type-enhancement
package:jnigen
package:jni
lang-kotlin

I wonder if it would make sense for all APIs that return JReferences to add an `arena` optional named argument: ```dart map.put('Hello'.toJString()..deletedIn(arena), helloExample); ``` would become ```dart map.put('Hello'.toJString(arena: arena), helloExample);...

contributions-welcome
package:jnigen
package:jni