dart-native / dart-native/dart_native
directly calling the iOS sdk?
Open
- Dominant language
- C
- Stars
- 964
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
It's it possible to call directly into the iOS native SDK without writing objective C bridging code?
I maintain the sounds package and would like to remove all of the objective C code and replace it with pure dart
.
https://pub.dev/packages/sounds
Is this feasible or will I still need to build a bridging layer to call into the iOS SDK?
The SDK API I'm using also uses call backs, are callbacks support by dart native?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.