You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This will be possible once native assets doesn't require an experimental flag.
DynamicLibrary.open(...)
to load the symbols into the process, then relying on@Native
's process loading fallback to find the symbol. Remove this.flutter test
anddart test
. See [ffigen] Some objects must be destroyed on the platform thread #1470The text was updated successfully, but these errors were encountered: