Results 92 issues of Liam Appelbe

This should be possible with a single static piece of native code that can live in `package:objective_c`, so we won't have to generate different native code for each protocol.

package:ffigen
lang-objective_c
package:objective_c

This is from the coverage step of the workflow on a PR: https://coveralls.io/builds/67179524 This is the overall result you get if you click on a coverage badge: https://coveralls.io/builds/67179061 Note that...

type-infra
package:objective_c

This will be possible once native assets doesn't require an experimental flag. - [x] Remove all the flutter infra and deps from package:objective_c - [x] Add build.dart infra instead -...

package:objective_c

package:ffigen
lang-objective_c

`ObjCBlock.listener` lets ObjC code invoke Dart callbacks that live in other isolates. If they pass an object arg, it's possible that it gets refcounted and destroyed before the Dart callback...

package:ffigen
lang-objective_c
package:objective_c

https://github.com/dart-lang/ffigen/pull/601#discussion_r1310838810

good first issue
package:ffigen
lang-objective_c

Now that dart-lang/ffigen#601 has landed, we should be able to add a HealthKit API example that doesn't need any ObjC glue code.

good first issue
package:ffigen
lang-objective_c

Currently if an ObjC block is invoked by native code after it has been deleted, we get a null assertion failure here, because `block.ref.target.address` is some junk value: ```Dart void...

good first issue
package:ffigen

I was trying to move a few hundred issues from dart-lang/ffigen to dart-lang/native, but I got this error: ``` liama-macbookpro:repo_manage liama$ GITHUB_TOKEN=**** dart run bin/report.dart transfer-issues --source-repo dart-lang/ffigen --target-repo dart-lang/native...

package:repo_manage

We have a [mono repo](https://github.com/dart-lang/native/tree/main) with a bunch of different packages and we've been using the carryforward flag to merge all our coverage data into a single dashboard. The system...