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

While discussing with @mosuem we realized that many asset types will have a build-time API and run-time API in the same package. This is nice, because it means that the...

package:hooks

Instead of having to manually include the class names in the config.

package:jnigen
package:jni

(See previous discussion in https://github.com/dart-lang/native/issues/1816) I have this Java declaration in a class: ```java public enum StreamingFormat { /** Default, if the format is either not known or not another...

package:jnigen
package:jni

package:jnigen
package:jni
lang-kotlin

Hi :wave: I'm making an app when i do some bluetooth stuff - and i want to periodically run the code in background, with `workmanager` plugin The plugin opens a...

package:jnigen
package:jni

For example, [`TimeInterval`](https://developer.apple.com/documentation/foundation/timeinterval) is an alias for `Double`. ```Swift typealias TimeInterval = Double ``` Atm we get an error because the symbolgraph parser can't find that symbol.

good first issue
package:swift2objc

> _Are user-defines are assets? [paraphrased]_ _@mosuem_ For https://github.com/dart-lang/native/issues/39, we want to introduce user-defines. This is information that flows in from the SDK to the hooks. Now, we're unifying the...

package:hooks

Closes #1223 - Update all packages to require Dart 3.6 or higher - Use Pub workspaces for all packages TODO: - [x] Finish remaining packages - [x] Verify that `native_assets_builder/test_data/*`...

type-infra
package:hooks
package:native_toolchain_c
package:hooks_runner
package:ffigen
package:jnigen
package:jni
package:ffi
package:objective_c
package:swiftgen
package:swift2objc