dart-native / codegen

Generator for dart_native bindings. Codegen can transform native SDK to Flutter plugin.
BSD 3-Clause "New" or "Revised" License
79 stars 3 forks source link

Using Apple Framework API Notes #20

Open yulingtianxia opened 4 years ago

yulingtianxia commented 4 years ago

There is an apinotes file in Apple's framework, which maps Objective-C API to Swift. We can use it to generate awesome dart code.

yulingtianxia commented 4 years ago

不过 Dart 不支持重载,还不能完全一一对应 Swift 的语法,还得慎重考虑下