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

Ignore class method in Objective-C Protocol #14

Closed yulingtianxia closed 4 years ago

yulingtianxia commented 4 years ago

Dart doesn't inherit static methods to derived classes. So it makes no sense to create abstract static methods (without implementation).

So we should ignore class method in protocols(interface).