- Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
This will be possible once native assets doesn't require an experimental flag.
- Remove all the flutter infra and deps from package:objective_c
- Add build.dart infra instead
- package:ffigen's objc examples were excluded from bot analysis. Include them again, and update them to remove calls to package:objective_c's setup script.
- Throughout package:ffigen and package:objective_c's ObjC tests, we're loading symbols by doing
DynamicLibrary.open(...)
to load the symbols into the process, then relying on@Native
's process loading fallback to find the symbol. Remove this. - Define a fallback case for the release dispatcher, when running on the standalone embedder. GC tests should pass in both
flutter test
anddart test
. See [ffigen] Some objects must be destroyed on the platform thread #1470
parlough, dickermoshe, renancaraujo and mafreud
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo