Daco Harkes
Daco Harkes
I don't really have enough context here. How those this problem arise? Why does the Java code have `consumeOnAnotherThreadAndLock`? If that's the Dart thread of an isolate getting locked that...
> > Oops, forgot to use a `UniqueNamer` for the function names. There's two `wrapListenerBlock_ObjCBlock_ffiVoid_NSArray`s. > > Actually it's a bit more complicated than this. The function _is_ being unique...
And we could add `bool recursive` param to the helper function. * https://github.com/dart-lang/native/pull/1345#discussion_r1679481691
@HosseinYousefi Please contribute to the discussion https://github.com/dart-lang/native/issues/1506 if you care. 👌 Then we can align the packages. (Especially, when we start using the Dart instead of YAML config and we...
To clarify, there's no point in adding support in the native assets feature, which this issue is tracking, if Flutter doesn't have support yet: * https://github.com/flutter/flutter/issues/128313
We also need a `BuildConfig.targetJavaVersion` that can be passed to `javac` as `-target $version`. (Note this should be a `Version` or `String` in the API, as versions such as `1.6`...
> minimumAndroidSdk https://pub.dev/documentation/native_assets_cli/latest/native_assets_cli/HookConfig/targetAndroidNdkApi.html
> > > minimumAndroidSdk > > > > > > https://pub.dev/documentation/native_assets_cli/latest/native_assets_cli/HookConfig/targetAndroidNdkApi.html > > That seems like a confusing name though because we also have a `targetSdkVersion`. It seems that the...
Discussing with @mosuem we have multiple options that we can pursue with adding new asset types that are connected to existing asset types: ## API options ### 1. `NativeCodeAsset.privacyManifest` `Uri?`...
cc @HosseinYousefi as well for discussion on how to deal with "assets-that-belong-to-other-assets" or "assets-that-augment-other-assets". `ProguardRuleAsset`s augment `JarAsset`s later on.